Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-07-19 14:40:28 +0400
committerDiego Biurrun <diego@biurrun.de>2009-07-19 14:40:28 +0400
commit63d72fdaf2ef500103699395331cddf36d84c433 (patch)
tree0a96ed707a8ecb14e3c35b138b74033e15973821 /configure
parent58ad770f9215a47e5b4d9f71e8f80bcd401bb418 (diff)
If any input/output devices are enabled then indevs/outdevs should
get enabled, not demuxers/muxers. Originally committed as revision 19463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8b7b996680..02b0591712 100755
--- a/configure
+++ b/configure
@@ -2341,8 +2341,8 @@ enabled_any $BSF_LIST && enable bsfs
enabled_any $DEMUXER_LIST && enable demuxers
enabled_any $MUXER_LIST && enable muxers
enabled_any $FILTER_LIST && enable filters
-enabled_any $INDEV_LIST && enable demuxers
-enabled_any $OUTDEV_LIST && enable muxers
+enabled_any $INDEV_LIST && enable indevs
+enabled_any $OUTDEV_LIST && enable outdevs
enabled_any $PROTOCOL_LIST && enable protocols
enabled_any $THREADS_LIST && enable threads