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:
parent
f2cf4a6be7
commit
36b1b0bcc6
2
Makefile
2
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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user