[FFmpeg-cvslog] r9618 - trunk/configure
mru
subversion
Fri Jul 13 02:13:58 CEST 2007
Author: mru
Date: Fri Jul 13 02:13:57 2007
New Revision: 9618
Log:
enable $ARCH_EXT_LIST before parsing command line
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Jul 13 02:13:57 2007
@@ -899,6 +899,7 @@ DEMUXER_LIST=`sed -n 's/^[^#]*DEMUX.*(.*
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"
More information about the ffmpeg-cvslog
mailing list