summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-06-20 10:26:00 +0000
committerDiego Biurrun <diego@biurrun.de>2006-06-20 10:26:00 +0000
commit5689ec7cde5a2d32ba0d695ce958a09bc9581a3e (patch)
tree6461439032375f2b16244666cdd51045494f238a /libavcodec
parentf1cc88a5d65edb26eb63a032f6835008927a02c0 (diff)
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')
-rw-r--r--libavcodec/avcodec.h3
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