diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-17 12:36:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-26 13:20:19 +0200 |
commit | 1961e46c15c23a041f8d8614a25388a3ee9eff63 (patch) | |
tree | ae784b402eff342203a9d70ad4dafa224fb85d2c /libavfilter/version.h | |
parent | 5e88b96f37d7eb7d435b6334d99aa067da8a0cb5 (diff) | |
download | ffmpeg-1961e46c15c23a041f8d8614a25388a3ee9eff63.tar.gz |
lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index f5a0982438..0f4353fea9 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -44,9 +44,6 @@ * Those FF_API_* defines are not part of public API. * They may change, break or disappear at any time. */ -#ifndef FF_API_FILTERS_PUBLIC -#define FF_API_FILTERS_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 3) -#endif #ifndef FF_API_AVFILTERPAD_PUBLIC #define FF_API_AVFILTERPAD_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 4) #endif |