summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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