diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-11 16:35:48 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-12 20:56:54 +0200 |
commit | bc4620e5d61a4dd9a1f654fadd281a172aab04be (patch) | |
tree | abdac2ffd04ad69a90918bdf2229ca2fb80f88e4 /libavcodec/version.h | |
parent | c1ef30a6ba2cdc15147c4e80766e9bda629ffc1d (diff) | |
download | ffmpeg-bc4620e5d61a4dd9a1f654fadd281a172aab04be.tar.gz |
Remove libmpeg2 #define remnants
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5b2d7b99f7..b97439c91c 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -85,5 +85,8 @@ #ifndef FF_API_AVCODEC_RESAMPLE #define FF_API_AVCODEC_RESAMPLE (LIBAVCODEC_VERSION_MAJOR < 55) #endif +#ifndef FF_API_LIBMPEG2 +#define FF_API_LIBMPEG2 (LIBAVCODEC_VERSION_MAJOR < 55) +#endif #endif /* AVCODEC_VERSION_H */ |