summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/old-configure b/old-configure
index 2558985b03..6bdfc4413b 100755
--- a/old-configure
+++ b/old-configure
@@ -814,6 +814,12 @@ api_statement_check \
'av_frame_get_metadata(NULL)'
api_statement_check \
+ "libavutil AVFrame colorspace information" \
+ HAVE_AVFRAME_CSP \
+ libavutil/frame.h \
+ 'AVFrame frame; frame.color_primaries = frame.color_trc = 0;'
+
+api_statement_check \
"libavutil AVFrame skip samples metadata" \
HAVE_AVFRAME_SKIP_SAMPLES \
libavutil/frame.h \