Commit 39814038 authored by diego's avatar diego

CVS --> Subversion


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5461 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e78fd291
......@@ -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
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment