projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a660c52
)
Add a --disable-devices flag which disables all muxers and demuxers of
author
Panagiotis Issaris
<takis.issaris@uhasselt.be>
Mon, 3 Dec 2007 13:02:26 +0000
(13:02 +0000)
committer
Panagiotis Issaris
<takis.issaris@uhasselt.be>
Mon, 3 Dec 2007 13:02:26 +0000
(13:02 +0000)
libavdevice at once.
Originally committed as revision 11158 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
70e9e29
..
ebeca1c
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1007,6
+1007,8
@@
for opt do
;;
--disable-protocols) disable $PROTOCOL_LIST
;;
+ --disable-devices) disable "$INDEV_LIST $OUTDEV_LIST"
+ ;;
--enable-*=*|--disable-*=*)
eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`
case "$thing" in