mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Simplify and speedup FFMPEG_CONFIGURATION.
Originally committed as revision 7825 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
52548eeede
commit
e681906108
5
configure
vendored
5
configure
vendored
@ -943,10 +943,7 @@ if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
|
||||
show_help
|
||||
fi
|
||||
|
||||
FFMPEG_CONFIGURATION=" "
|
||||
for opt do
|
||||
FFMPEG_CONFIGURATION="$FFMPEG_CONFIGURATION""$opt "
|
||||
done
|
||||
FFMPEG_CONFIGURATION="$@"
|
||||
|
||||
ENCODER_LIST=`sed -n 's/^[^#]*ENC.*, *\(.*\)).*/\1_encoder/p' "$source_path/libavcodec/allcodecs.c"`
|
||||
DECODER_LIST=`sed -n 's/^[^#]*DEC.*, *\(.*\)).*/\1_decoder/p' "$source_path/libavcodec/allcodecs.c"`
|
||||
|
Loading…
Reference in New Issue
Block a user