Re: [FFmpeg-devel] Question about FATE

2015-12-21 Thread Mats Peterson
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' \

Re: [FFmpeg-devel] Question about FATE

2015-12-21 Thread Clément Bœsch
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' \ >

[FFmpeg-devel] Question about FATE

2015-12-21 Thread Mats Peterson
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' \ ./con