diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-20 10:26:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-20 10:26:00 +0000 |
commit | 5689ec7cde5a2d32ba0d695ce958a09bc9581a3e (patch) | |
tree | 6461439032375f2b16244666cdd51045494f238a /libavcodec/avcodec.h | |
parent | f1cc88a5d65edb26eb63a032f6835008927a02c0 (diff) | |
download | ffmpeg-5689ec7cde5a2d32ba0d695ce958a09bc9581a3e.tar.gz |
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
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 0 insertions, 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 <sys/types.h> /* 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 |