vlc 0.9.8a src compiling problem
Posted: 24 Feb 2009 19:10
Hi everybody,
I'm trying to compile vlc 0.9.8a on Ubuntu 8.10.
This is my configure instruction:
The make gives this error after some minutes of compiling.
Any suggestion will be very welcome and appreciated.
Thanks a lot in advance.
Billy
I'm trying to compile vlc 0.9.8a on Ubuntu 8.10.
This is my configure instruction:
Code: Select all
./configure --enable-x11 --enable-xvideo --disable-gtk --enable-avcodec --enable-avformat --enable-swscale --enable-mad --enable-libdvbpsi --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-live555 --with-live555-tree=/usr/lib/live --enable-caca --enable-skins --enable-alsa --disable-kde --enable-ncurses --enable-release --disable-postproc --disable-a52 --disable-glx --disable-sdl --disable-freetype --disable-alsa --disable-skins2 --disable-qt4 --disable-remoteosd --disable-libgcrypt
Code: Select all
imgresample.c: At top level:
imgresample.c:79: error: expected specifier-qualifier-list before ‘ImgReSampleContext’
imgresample.c: In function ‘OpenFilter’:
imgresample.c:119: error: ‘filter_sys_t’ has no member named ‘p_rsc’
imgresample.c:120: warning: implicit declaration of function ‘img_resample_init’
imgresample.c:132: error: ‘filter_sys_t’ has no member named ‘p_rsc’
imgresample.c: In function ‘Conversion’:
imgresample.c:181: error: ‘filter_sys_t’ has no member named ‘p_rsc’
imgresample.c:183: warning: implicit declaration of function ‘img_convert’
imgresample.c:188: warning: implicit declaration of function ‘img_resample’
imgresample.c:188: error: ‘filter_sys_t’ has no member named ‘p_rsc’
imgresample.c: In function ‘CloseFilter’:
imgresample.c:208: error: ‘filter_sys_t’ has no member named ‘p_rsc’
imgresample.c:210: warning: implicit declaration of function ‘img_resample_close’
imgresample.c:210: error: ‘filter_sys_t’ has no member named ‘p_rsc’
make[5]: *** [libimgresample_plugin_la-imgresample.lo] Error 1
make[5]: Leaving directory `/home/alessandro/downloads/vlc-0.9.8a/modules/video_filter'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/alessandro/downloads/vlc-0.9.8a/modules/video_filter'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/alessandro/downloads/vlc-0.9.8a/modules/video_filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alessandro/downloads/vlc-0.9.8a/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alessandro/downloads/vlc-0.9.8a'
make: *** [all] Error 2
Thanks a lot in advance.
Billy