1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

FFMPEG_VERSION was moved to version.h.

hint by Ramiro Polla, angustia at arrozcru d.t no-ip d.t org

Originally committed as revision 6089 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-08-25 14:53:47 +00:00
parent 9bffa9e7af
commit 92c3ef657b

View File

@ -248,7 +248,7 @@ libavtest test mpeg4 mpeg test-server fulltest: $(PROGS)
$(MAKE) -C tests $@
# tar release (use 'make -k tar' on a checkouted tree)
FILE=ffmpeg-$(shell grep "\#define FFMPEG_VERSION " libavcodec/avcodec.h | \
FILE=ffmpeg-$(shell grep "\#define FFMPEG_VERSION " version.h | \
cut -d "\"" -f 2 )
tar: