diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-08-06 19:47:54 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:57:10 +0000 |
commit | f4c444e17d137c786f0ed2da0e5943df505d5f9e (patch) | |
tree | 325f19fc0f8574455a3ae4897a1e0dc1af355931 /libswscale | |
parent | 7acdd3a1275bcd9cad48f9632169f6bbaeb39d84 (diff) | |
download | ffmpeg-f4c444e17d137c786f0ed2da0e5943df505d5f9e.tar.gz |
Postpone API-incompatible changes until the next bump.
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |