[SCM] libav/experimental: CVS --> Subversion

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 36b1b0bcc6e485479832e5bd487ed7cd19d22519
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jun 9 13:13:08 2006 +0000

    CVS --> Subversion
    
    Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 94b8dc2..e871aae 100644
--- a/Makefile
+++ b/Makefile
@@ -240,7 +240,7 @@ FILE=ffmpeg-$(shell grep "\#define FFMPEG_VERSION " libavcodec/avcodec.h | \
 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
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 5574026..300ea5c 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -69,7 +69,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
 ...
 */
 
-//Changelog: use the CVS log
+//Changelog: use the Subversion log
 
 #include "config.h"
 #include <inttypes.h>

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list