From: Diego Biurrun Date: Fri, 25 Aug 2006 14:53:47 +0000 (+0000) Subject: FFMPEG_VERSION was moved to version.h. X-Git-Tag: v0.5~12022 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=92c3ef657b3d36017ec60399bccb35ea64a676da;p=coroid%2Flibav_saccubus.git 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 --- diff --git a/Makefile b/Makefile index 27b9f8899..e420818b1 100644 --- a/Makefile +++ b/Makefile @@ -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: