From 5689ec7cde5a2d32ba0d695ce958a09bc9581a3e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 20 Jun 2006 10:26:00 +0000 Subject: [PATCH] Remove unused FFMPEG_VERSION_INT. Note: If this is useful I'll put it in version.sh/version.h. Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 52283aa34b..a879419e7c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -14,9 +14,6 @@ extern "C" { #include "avutil.h" #include /* size_t */ -//FIXME: This really doesn't belong in here.. -#define FFMPEG_VERSION_INT 0x000409 - #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s