1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

CVS --> Subversion

Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-06-09 13:13:08 +00:00
parent f2cf4a6be7
commit 36b1b0bcc6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>