From 3b905b9fe611efb3282aa4c5c659e1870d91a83b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 31 Mar 2016 17:20:58 +0200 Subject: swscale: Deprecate vector functions which are unused outside swscale There are no known users of these functions within debian It should be thus possible to remove these functions without recommandition of a replacement Signed-off-by: Michael Niedermayer --- libswscale/version.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libswscale/version.h') diff --git a/libswscale/version.h b/libswscale/version.h index 24908b8931..5c1cfb1fb6 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -46,4 +46,8 @@ * the public API and may change, break or disappear at any time. */ +#ifndef FF_API_SWS_VECTOR +#define FF_API_SWS_VECTOR (LIBSWSCALE_VERSION_MAJOR < 6) +#endif + #endif /* SWSCALE_VERSION_H */ -- cgit v1.2.3