[Ffmpeg-cvslog] CVS: ffmpeg configure,1.250,1.251

Diego Biurrun CVS diego
Mon Feb 13 00:14:33 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv25777

Modified Files:
	configure 
Log Message:
Move SRC_PATH out of the conditional, it is always added to config.mak.


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- configure	12 Feb 2006 22:56:12 -0000	1.250
+++ configure	12 Feb 2006 23:14:31 -0000	1.251
@@ -1890,10 +1890,8 @@
     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





More information about the ffmpeg-cvslog mailing list