[Ffmpeg-cvslog] r5461 - in trunk: Makefile libpostproc/postprocess.c

diego subversion
Fri Jun 9 15:13:09 CEST 2006


Author: diego
Date: Fri Jun  9 15:13:08 2006
New Revision: 5461

Modified:
   trunk/Makefile
   trunk/libpostproc/postprocess.c

Log:
CVS --> Subversion


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Fri Jun  9 15:13:08 2006
@@ -240,7 +240,7 @@
 tar:
 	rm -rf /tmp/$(FILE)
 	cp -r . /tmp/$(FILE)
-	( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS )
+	( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude .svn )
 	rm -rf /tmp/$(FILE)
 
 .PHONY: lib

Modified: trunk/libpostproc/postprocess.c
==============================================================================
--- trunk/libpostproc/postprocess.c	(original)
+++ trunk/libpostproc/postprocess.c	Fri Jun  9 15:13:08 2006
@@ -69,7 +69,7 @@
 ...
 */
 
-//Changelog: use the CVS log
+//Changelog: use the Subversion log
 
 #include "config.h"
 #include <inttypes.h>




More information about the ffmpeg-cvslog mailing list