summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-03-03 22:14:47 +0000
committerRodeo <[email protected]>2013-03-03 22:14:47 +0000
commit6041da8c65f9049e8d1ca5cb3ce7bfb0a48f1fd4 (patch)
tree7be8336bbcf809f46ab2e7efbc507f7061009007 /contrib
parent2c022d89ed2d94c2ff0bc068fed8c019cb96fb12 (diff)
Disable building of libavdevice.
We don't use it. Idea by John Stebbins. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5293 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ffmpeg/module.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index 2f7ba282a..ff86e0192 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -14,8 +14,9 @@ FFMPEG.CONFIGURE.extra = \
--disable-avconv \
--disable-avplay \
--disable-avprobe \
- --disable-avserver \
+ --disable-avdevice \
--disable-avfilter \
+ --disable-avserver \
--disable-muxers \
--disable-network \
--disable-hwaccels \