4 Aug 2012 07:48
MPlayer does not link to x264: undefined reference to `__log2f_finite'
andrew <andrew <at> andrews-corner.org>
2012-08-04 05:48:16 GMT
2012-08-04 05:48:16 GMT
Hi,
I have not built MPlayer with MEncoder for a while but when attempting
to do this with Ubuntu Precise Pangolin with:
andrew <at> mycenae:~/Desktop$ gcc --version | head -n 1
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
./configure fails to link x264 with the following message in
config.log. Thanks for having a look at this,
Andrew.
============ Checking for x264 ============
#include <inttypes.h>
#include <x264.h>
#if !(X264_BUILD >= 118)
#error We do not support old versions of x264. Get the latest from git.
#endif
int main(void) { x264_encoder_open((void*)0); return 0; }
cc -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign
-Wdeclaration-after-statement -std=gnu99
-I/home/andrew/mplayer_build/mplayer_deps/usr/include -fno-tree-vectorize
/tmp/mplayer-configure--28683/tmp.c -Ilibdvdread4 -I. -Iffmpeg
-I/home/andrew/mplayer_build/mplayer_deps/usr/include -D_REENTRANT -I/usr/include/directfb
-I/usr/include/ -D_REENTRANT -I/usr/include/freetype2 -lm
-L/home/andrew/mplayer_build/mplayer_deps/usr/lib -lncurses -lpng -lz -ljpeg -lungif -lasound
-ldl -lpthread -lbluray -lcdda_interface -lcdda_paranoia -L/usr/lib/i386-linux-gnu -lfreetype
(Continue reading)
RSS Feed