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:18:44 +0200 |
commit | 5e88b96f37d7eb7d435b6334d99aa067da8a0cb5 (patch) | |
tree | 74b4f0b546e89eb21373c2bc0b3b19bc54796cd7 /libavfilter/version.h | |
parent | 205e90249a7ec905f4d8512fb8e77050643ef452 (diff) | |
download | ffmpeg-5e88b96f37d7eb7d435b6334d99aa067da8a0cb5.tar.gz |
lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK 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 d61d11173e..f5a0982438 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_DEFAULT_CONFIG_OUTPUT_LINK -#define FF_API_DEFAULT_CONFIG_OUTPUT_LINK (LIBAVFILTER_VERSION_MAJOR < 3) -#endif #ifndef FF_API_FILTERS_PUBLIC #define FF_API_FILTERS_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 3) #endif |