summaryrefslogtreecommitdiffstats
path: root/TOOLS/old-configure
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/old-configure')
-rwxr-xr-xTOOLS/old-configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index 5f4e8e7061..cdb65b0d7d 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -798,6 +798,12 @@ api_statement_check \
libavutil/avutil.h \
'const char *x = av_version_info()'
+api_statement_check \
+ "libavutil new pixdesc fields" \
+ HAVE_AV_NEW_PIXDESC \
+ libavutil/pixdesc.h \
+ 'AVComponentDescriptor d; int x = d.depth'
+
check_pkg_config "libavfilter" $_libavfilter LIBAVFILTER 'libavfilter >= 5.0.0'
check_pkg_config "libavdevice" $_libavdevice LIBAVDEVICE 'libavdevice >= 55.0.0'