Hi,
ffmpeg needs to be configured with --enable-pp. Did you try/do this??
greetings
Andreas
Frederic Beck schrieb:
Hi
I'm trying to compile VLC version 0.7.1 on a GNU/Linux Debian SID.
I've installed all that should be needed, including the postprocess
library with Marillat's packages.
I run the ./Configure with the following command :
/./configure --enable-a52 --enable-cdda --enable-ffmpeg --enable-flac
--enable-freetype --enable-wxwindows --enable-libmpeg2 --enable-ogg
--enable-oss --enable-sout --enable-vorbis --enable-x11
--with-ffmpeg-mp3lame/
The Makefile is correctly generated, but when i try to compile it, i
get the following errors :
gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o vlc
src/vlc-vlc.o lib/libvlc.a ./modules/misc/memcpy/libmemcpymmx.a
./modules/video_chroma/libi420_rgb_mmx.a
./modules/video_chroma/libi422_yuy2_mmx.a
./modules/video_chroma/libi420_ymga_mmx.a
./modules/video_chroma/libi420_yuy2_mmx.a
./modules/misc/memcpy/libmemcpymmxext.a
./modules/misc/memcpy/libmemcpy3dn.a
./modules/codec/ffmpeg/libffmpeg.a
./modules/stream_out/libstream_out_transcode.a -L/usr/local/lib -lrt
-lpthread -ldl -lm -lavcodec -lm -lm
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x339):
dans la fonction « InitPostproc__ffmpeg »:
: undefined reference to `pp_get_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x4e7):
dans la fonction « PostprocPict__ffmpeg »:
: undefined reference to `pp_postprocess'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5c4):
dans la fonction « ClosePostproc__ffmpeg »:
: undefined reference to `pp_free_mode'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5d2):
dans la fonction « ClosePostproc__ffmpeg »:
: undefined reference to `pp_free_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x625):
dans la fonction « PPQCallback »:
: undefined reference to `pp_get_mode_by_name_and_quality'
collect2: ld a retourné 1 code d'état d'exécution
i couldn't find why i get these, has anyone a clue ?
Thx
Fred
--
This is the vlc mailing-list, see
http://www.videolan.org/vlc/
To unsubscribe, please read
http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster@xxxxxxxxxxxx>