Hi All,
I am trying to using VLC in Fedoracore 4.
VLC installed on /opt/vlc-0.8.4a.
when i run VLC (say ./configure --disable-mad --disable-libmpeg2 --disable-wxwidgets --disable-skins2), it's run successfull.....the following message is comming..
config.status: creating po/Makefile
config.status: creating vlc-config
vlc configuration
--------------------
vlc version : 0.8.4a
system : linux
architecture : i686 mmx
build flavour : optim devel
vlc aliases :
You can tune the compiler flags in vlc-config.
To build vlc and its plugins, type `make'.
---------------------
After make..
The following Error message is comming...
postprocess.c: undefined reference to `pp_get_mode_by_name_and_quality'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x7a4):postprocess.c: undefined reference to `pp_get_mode_by_name_and_quality'
collect2: ld returned 1 exit status
make[2]: *** [vlc] Error 1
make[2]: Leaving directory `/opt/vlc-0.8.4a'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/vlc-0.8.4a'
make: *** [all] Error 2
#
please help.......how i can proced??????????
joydev