[FFmpeg-devel] Problem compiling with X264
Mustafa Aldemir
m_aldemir
Thu Jun 12 19:50:41 CEST 2008
Hello all,
I'm trying to compile ffmpeg with x264 support on Debian Etch. But I get the following error.
libavcodec/libx264.c: In function ?X264_init?:
libavcodec/libx264.c:224: error: ?X264_ME_TESA? undeclared (first use in this function)
libavcodec/libx264.c:224: error: (Each undeclared identifier is reported only once
libavcodec/libx264.c:224: error: for each function it appears in.)
libavcodec/libx264.c:256: warning: assignment discards qualifiers from pointer target type
make: *** [libavcodec/libx264.o] Error 1
---------
I got ffmpeg today using svn:
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
and here is my configuration:
./configure --enable-gpl --enable-libvorbis --enable-liba52
--enable-libmp3lame --enable-libfaad --enable-libfaac --enable-pthreads
--enable-libx264 --enable-libxvid --enable-shared
--------
I noticed that in the file /usr/include/x264.h declaration of X264_ME_TESA is missing.
Is there a patch about it? Or am I doing something wrong?
best,
Mustafa Aldemir
More information about the ffmpeg-devel
mailing list