On 12/21/2015 08:07 PM, Clément Bœsch wrote:
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.



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


I see. OK, thanks for the answer and instructions.

Mats

--
Mats Peterson
http://matsp888.no-ip.org/~mats/
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to