summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-12 19:28:30 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-13 17:45:29 -0800
commit706bb1d0c756be95e8646c6e433d5d24f7c75dca (patch)
tree6cbb460e04f4b394fc65cce2a17bbde6ae80e3ec /.travis.yml
parent3ffa70e2da121b1924f3fb74b0de0787184de237 (diff)
downloadmpv-706bb1d0c756be95e8646c6e433d5d24f7c75dca.tar.bz2
mpv-706bb1d0c756be95e8646c6e433d5d24f7c75dca.tar.xz
Fix recent FFmpeg deprecations
This includes codec/muxer/demuxer iteration (different iteration function, registration functions deprecated), and the renaming of AVFormatContext.filename to url (plus making it a malloced string). Libav doesn't have the new API yet, so it will break. I hope they will add the new APIs too.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 162941ecbf..b7881a1ad7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,7 @@ matrix:
compiler: gcc
- os: linux
compiler: clang
+ - env: LIBAV=libav-git
before_install: TOOLS/travis-deps libass-stable $LIBAV
script: