summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-14 15:02:24 +0200
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:13 -0300
commitd40bb518b50561db60ef71ab0e37eb7f3fb9043b (patch)
tree3eb2005b373c2ac8819d69940343856c722d22cc /libavutil/version.h
parentef6a9e5e311f09fa8032974fa4d0c1e166a959bb (diff)
avutil/cpu: Remove deprecated functions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index f67b41c0cb..bba86c599e 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -108,9 +108,6 @@
#ifndef FF_API_CHILD_CLASS_NEXT
#define FF_API_CHILD_CLASS_NEXT (LIBAVUTIL_VERSION_MAJOR < 57)
#endif
-#ifndef FF_API_CPU_FLAGS
-#define FF_API_CPU_FLAGS (LIBAVUTIL_VERSION_MAJOR < 57)
-#endif
#ifndef FF_API_D2STR
#define FF_API_D2STR (LIBAVUTIL_VERSION_MAJOR < 58)
#endif