mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
CVS --> Subversion
Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user