[SCM] libav/experimental: Move SRC_PATH out of the conditional, it is always added to config.mak.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:46:31 UTC 2013


The following commit has been merged in the experimental branch:
commit 8e955b13ff4c79057a2644fef27d29d901915085
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Feb 12 23:14:31 2006 +0000

    Move SRC_PATH out of the conditional, it is always added to config.mak.
    
    Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 63e4150..ba5c11f 100755
--- 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list