From 327dcfd3152f4b18c747059650d99f8d8448fe28 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 8 Jul 2006 21:15:50 +0000 Subject: enable/disable pcm and adpcm codecs Originally committed as revision 5678 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 904c97fc6b..05e49dcf3b 100755 --- a/configure +++ b/configure @@ -658,6 +658,8 @@ 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 -- cgit v1.2.3