Commit 4b54694c authored by mru's avatar mru

Fix codec list when running configure outside the source directory.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4196 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 431ad720
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment