[Ffmpeg-cvslog] CVS: ffmpeg configure,1.249,1.250
Diego Biurrun CVS
diego
Sun Feb 12 23:56:15 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv22589
Modified Files:
configure
Log Message:
Do not add quotes around SRC_PATH, the quoting has to be done at a later
stage else the quotes may appear in the middle of a path if it is
constructed with SRC_PATH.
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -d -r1.249 -r1.250
--- configure 12 Feb 2006 20:55:51 -0000 1.249
+++ configure 12 Feb 2006 22:56:12 -0000 1.250
@@ -1892,7 +1892,7 @@
done
echo "SRC_PATH=$source_path" >> config.mak
else
- echo "SRC_PATH='$source_path'" >> config.mak
+ echo "SRC_PATH=$source_path" >> config.mak
fi
if test "$amr_wb" = "yes" ; then
More information about the ffmpeg-cvslog
mailing list