]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/version.h
swscale: Deprecate vector functions which are unused outside swscale
[ffmpeg] / libswscale / version.h
index 24908b8931316693b0e2028d69fd9af1cdf4eacf..5c1cfb1fb63ac2c0fd23c115dab754e9d33d7fd3 100644 (file)
@@ -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 */