[Ffmpeg-cvslog] r6089 - trunk/Makefile
diego
subversion
Fri Aug 25 16:53:47 CEST 2006
Author: diego
Date: Fri Aug 25 16:53:47 2006
New Revision: 6089
Modified:
trunk/Makefile
Log:
FFMPEG_VERSION was moved to version.h.
hint by Ramiro Polla, angustia at arrozcru d.t no-ip d.t org
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Aug 25 16:53:47 2006
@@ -248,7 +248,7 @@
$(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:
More information about the ffmpeg-cvslog
mailing list