ffplayer icon indicating copy to clipboard operation
ffplayer copied to clipboard

FFmpeg build failure

Open laowangsir opened this issue 6 years ago • 0 comments

Ubuntu 16.04 + NDK14b , failed to build ffmpeg in config phrase ,cannot find libx264. The error messages contain libx264.a(ratecontrol-10.o):ratecontrol.c:function x264_10_ratecontrol_new: error: undefined reference to 'log2'

It seems compiler cannot locate some symbols in libdl and libm , but if I add them into extra-libs ,it cannot find the library.

laowangsir avatar Jan 03 '20 13:01 laowangsir