Skip to content
Snippets Groups Projects
Commit 24a9ad7e authored by Måns Rullgård's avatar Måns Rullgård
Browse files

Fix codec list when running configure outside the source directory.

Originally committed as revision 4196 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 34f633df
No related branches found
No related tags found
No related merge requests found
...@@ -379,7 +379,7 @@ for opt do ...@@ -379,7 +379,7 @@ for opt do
FFMPEG_CONFIGURATION="$FFMPEG_CONFIGURATION""$opt " FFMPEG_CONFIGURATION="$FFMPEG_CONFIGURATION""$opt "
done 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 for opt do
case "$opt" in case "$opt" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment