[FFmpeg-user] Errors running 'make check' when openh264 enabled

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Oct 21 01:54:10 CEST 2015


C E Macfarlane <c.e.macfarlane <at> macfh.co.uk> writes:

> FFMPEG 2.8.1 configured as follows:

Please remember that on this mailing list, 
only current git head is supported.

> 	./configure --enable-gpl --enable-nonfree 

Please remove --enable-nonfree from your configure 
line.

> --enable-libopenh264 

Just to make sure: You know that this is not the 
best h264 encoder available?

> --disable-podpages --disable-txtpages

> Both './configure' and 'make' complete, but 
> 'make check' errors with:

The correct way to test FFmpeg is:
$ make SAMPLES=fate-suite fate-rsync
$ make SAMPLES=fate-suite fate
(First one downloads samples, second tests them.)

> /home/build/ffmpeg-2.8.1/tests/api/api-flac-test: 
> error while loading shared libraries: libopenh264.so.0: 
> cannot open shared object file: No such file or directory

You will have to move the dynamic library that you 
built to a directory where the dynamic linker can 
find it (or set LD_LIBRARY_PATH) but this has nothing 
to do with FFmpeg.

Carl Eugen



More information about the ffmpeg-user mailing list