On 26/01/2017 12:42, Luca Barbato wrote: > It glitches with the stale travis linux target. > --- > > .travis.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index 8e9629a..f7dab48 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -20,7 +20,7 @@ install: > - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install yasm; fi > script: > - mkdir -p libav-samples > - - ./configure --samples=libav-samples --cc=$CC > + - ./configure --samples=libav-samples --cc=$CC --ignore-tests=filter-fade > - make -j 8 > - make fate-rsync > - make check -j 8 > -- > 2.9.2
Ping, I'd merge it tomorrow, not into figuring out what makes that combination of compiler and vm upset with that specific filter. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
