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.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to