[FFmpeg-devel] Question about FATE

Clément Bœsch u at pkh.me
Mon Dec 21 20:07:32 CET 2015


On Mon, Dec 21, 2015 at 07:39:40PM +0100, Mats Peterson wrote:
> The following configuration causes the FATE tests to fail (not so when using
> a plain './configure' without anything else):
> 
> #!/bin/sh
> PKG_CONFIG_PATH='/home/mats/lib/pkgconfig' \
>         CPPFLAGS='-I/home/mats/include' \
>         LDFLAGS='-L/home/mats/lib -Wl,-rpath,/home/mats/lib' \
>         ./configure --prefix=/home/mats --enable-shared \
>         --enable-libx264 --enable-libxvid --enable-libtheora \
>         --enable-libvpx --enable-libmp3lame --enable-libvorbis \
>         --enable-libfaac --enable-libfdk-aac --enable-libopus \
>         --enable-gpl --enable-nonfree
> 
> Is it "normal" that pulling in external libraries might cause FATE to fail?
> 

No. Use make fate-<thefailingtest> V=1 for more information on how the
test run and why it fails.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151221/5c568bd5/attachment.sig>


More information about the ffmpeg-devel mailing list