diff --git a/configure b/configure
index 14553380e4337725e464d79148563beef9fb05ce..f16f343b93a56c3e1685ae4328109111bd9269f1 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