summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-07-13 00:13:57 +0000
committerMåns Rullgård <mans@mansr.com>2007-07-13 00:13:57 +0000
commitd3ea5692b05ec69ae87d0ff496db73824e6c9511 (patch)
tree05a52c2832daa02637cbba125b7919ea32a733fd
parente3be5693c3e9e4e48106df957e309bd8e04b568f (diff)
enable $ARCH_EXT_LIST before parsing command line
Originally committed as revision 9618 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b7a35811fa..e5bac72f2b 100755
--- a/configure
+++ b/configure
@@ -899,6 +899,7 @@ DEMUXER_LIST=`sed -n 's/^[^#]*DEMUX.*(.*, *\(.*\)).*/\1_demuxer/p' "$source_path
PROTOCOL_LIST=`sed -n 's/^[^#]*PROTOCOL.*(.*, *\(.*\)).*/\1_protocol/p' "$source_path/libavformat/allformats.c"`
enable $ENCODER_LIST $DECODER_LIST $PARSER_LIST $MUXER_LIST $DEMUXER_LIST $PROTOCOL_LIST $BSF_LIST
+enable $ARCH_EXT_LIST
die_unknown(){
echo "Unknown option \"$1\"."
@@ -1255,7 +1256,6 @@ if disabled gpl ; then
die_gpl_disabled "The software scaler" swscaler
fi
-enable $ARCH_EXT_LIST
check_deps $ARCH_EXT_LIST
test -z "$need_memalign" && need_memalign="$mmx"