summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 15:58:52 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 15:58:52 +0200
commitcebe51a6255e04b8dcd15fcbab359ed00dbb3ab1 (patch)
tree0cae1e8ca86b8b3aa399b0786006e78839e05279 /libswscale/version.h
parent8ca97b5e4f470cf24fac5e0599dd63c7af142c22 (diff)
parent9d58639e270f7612874681e0ca30fa461e2667b7 (diff)
Merge commit '9d58639e270f7612874681e0ca30fa461e2667b7'
* commit '9d58639e270f7612874681e0ca30fa461e2667b7': sws: Drop deprecated SWS_CPU_CAPS defines Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 228c5770eb..93a458ee5d 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -46,11 +46,4 @@
* the public API and may change, break or disappear at any time.
*/
-#ifndef FF_API_SWS_CPU_CAPS
-#define FF_API_SWS_CPU_CAPS (LIBSWSCALE_VERSION_MAJOR < 4)
-#endif
-#ifndef FF_API_ARCH_BFIN
-#define FF_API_ARCH_BFIN (LIBSWSCALE_VERSION_MAJOR < 4)
-#endif
-
#endif /* SWSCALE_VERSION_H */