summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-05-07 09:48:38 +0000
committerMåns Rullgård <mans@mansr.com>2005-05-07 09:48:38 +0000
commit24a9ad7e2c9950e1e24a321eed8059f34096f759 (patch)
tree0bb2d3885d62927406c50a87ce2b162400510069 /configure
parent34f633dfcb0423b18f0ff57f5db1dc97a889a78e (diff)
Fix codec list when running configure outside the source directory.
Originally committed as revision 4196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 14553380e4..f16f343b93 100755
--- a/configure
+++ b/configure
@@ -379,7 +379,7 @@ for opt do
FFMPEG_CONFIGURATION="$FFMPEG_CONFIGURATION""$opt "
done
-CODEC_LIST=`grep 'register_avcodec(&[a-z]' libavcodec/allcodecs.c | sed 's/.*&\(.*\)).*/\1/'`
+CODEC_LIST=`grep 'register_avcodec(&[a-z]' $source_path/libavcodec/allcodecs.c | sed 's/.*&\(.*\)).*/\1/'`
for opt do
case "$opt" in