diff options
author | John Stebbins <[email protected]> | 2016-12-21 08:30:58 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-21 08:30:58 -0800 |
commit | be0fb53130aace4b236cf06e82e72f0c326db685 (patch) | |
tree | 43440822aee03efaa26c1c4d8a518d5b2206630a /contrib | |
parent | ef3c8e5032937d666bb55f9ee90db18a72ea198b (diff) |
libav: disable vdpau
libav auto enables this if it finds support libs. This causes a
link error, so explicitly disable it.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/module.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 7f2ac6997..4e87090b4 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -32,6 +32,7 @@ FFMPEG.CONFIGURE.extra = \ --disable-network \ --disable-hwaccels \ --disable-vaapi \ + --disable-vdpau \ --disable-encoders \ --enable-libmp3lame \ --enable-encoder=aac \ |