diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-09 01:08:13 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-09 01:08:13 +0000 |
commit | 88e2539b7e52e782ec0e09b32ecd49b74cdcc0e3 (patch) | |
tree | fee1dc58c6821da073aba68e895df0c5a8c350ce /configure | |
parent | 4990951be8f2e1bae68e371d624837a2db7ffbcf (diff) | |
download | ffmpeg-88e2539b7e52e782ec0e09b32ecd49b74cdcc0e3.tar.gz |
10l: make disabling all pcm/adpcm codecs work
Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -658,8 +658,6 @@ for opt do done CODEC_LIST=`grep 'register_avcodec(&[a-z]' $source_path/libavcodec/allcodecs.c | sed 's/.*&\(.*\)).*/\1/'` -PCM_CODEC_LIST=`grep 'PCM_CODEC(CODEC' $source_path/libavcodec/allcodecs.c | sed 's/.*, \(.*\)).*/\1_decoder \1_encoder/'` -CODEC_LIST="$CODEC_LIST $PCM_CODEC_LIST" for opt do case "$opt" in |