Move SRC_PATH out of the conditional, it is always added to config.mak.
authorDiego Biurrun <diego@biurrun.de>
Sun, 12 Feb 2006 23:14:31 +0000 (23:14 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 12 Feb 2006 23:14:31 +0000 (23:14 +0000)
Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 63e4150..ba5c11f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1890,10 +1890,8 @@ if test "$source_path_used" = "yes" ; then
     for f in $FILES ; do
         ln -sf "$source_path/$f" $f
     done
-    echo "SRC_PATH=$source_path" >> config.mak
-else
-    echo "SRC_PATH=$source_path" >> config.mak
 fi
+echo "SRC_PATH=$source_path" >> config.mak
 
 if test "$amr_wb" = "yes" ; then
   echo "#define AMR_WB 1" >> $TMPH