From f1cc88a5d65edb26eb63a032f6835008927a02c0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Jun 2006 10:24:08 +0000 Subject: Use Subversion revision for FFMPEG_VERSION. based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d128cb9c18..52283aa34b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -14,9 +14,8 @@ extern "C" { #include "avutil.h" #include /* size_t */ -//FIXME the following 2 really dont belong in here +//FIXME: This really doesn't belong in here.. #define FFMPEG_VERSION_INT 0x000409 -#define FFMPEG_VERSION "HEAD" #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -- cgit v1.2.3