From f4c444e17d137c786f0ed2da0e5943df505d5f9e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 6 Aug 2014 19:47:54 +0000 Subject: Postpone API-incompatible changes until the next bump. --- libswscale/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale') diff --git a/libswscale/version.h b/libswscale/version.h index 7213ab350c..dfc1a1ac65 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -47,10 +47,10 @@ */ #ifndef FF_API_SWS_CPU_CAPS -#define FF_API_SWS_CPU_CAPS (LIBSWSCALE_VERSION_MAJOR < 3) +#define FF_API_SWS_CPU_CAPS (LIBSWSCALE_VERSION_MAJOR < 4) #endif #ifndef FF_API_ARCH_BFIN -#define FF_API_ARCH_BFIN (LIBSWSCALE_VERSION_MAJOR < 3) +#define FF_API_ARCH_BFIN (LIBSWSCALE_VERSION_MAJOR < 4) #endif #endif /* SWSCALE_VERSION_H */ -- cgit v1.2.3