Re: [libav-devel] [v2] the great lavf-tests cleanup

2019-02-13 Thread Diego Biurrun
On Mon, Feb 04, 2019 at 11:47:21AM +0100, Diego Biurrun wrote: > The patchset is considerably cleaned up compared to the initial > version. Vittorio's complaints about inadequate naming should be > addressed now and all the changes are much more straightforward > and minimal. ping Diego

Re: [libav-devel] [PATCH] Unbreak travis on macos

2019-02-13 Thread Diego Biurrun
On Tue, Feb 12, 2019 at 01:53:08PM +0100, Luca Barbato wrote: > --- a/.travis.yml > +++ b/.travis.yml > @@ -19,7 +19,7 @@ cache: > before_install: > - - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi > + - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi Should be OK.