summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2014-03-25 18:45:08 +0100
committerwm4 <wm4@nowhere>2014-06-22 19:00:38 +0200
commit86d3d11a68510764504a2a3c5987ab8e059d6df5 (patch)
tree9db725a7fadd4790c3cd0ec492fcd005888d1b44 /old-configure
parent082fbe39e8b67043f4a5aec1b7396eca14403791 (diff)
downloadmpv-86d3d11a68510764504a2a3c5987ab8e059d6df5.tar.bz2
mpv-86d3d11a68510764504a2a3c5987ab8e059d6df5.tar.xz
video: Add BT.2020-NCL colorspace and transfer function
Source: http://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2020-0-201208-I!!PDF-E.pdf
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 686cbcfd62..3280dcb563 100755
--- a/old-configure
+++ b/old-configure
@@ -798,6 +798,12 @@ api_statement_check \
'int x, y; avcodec_enum_to_chroma_pos(&x, &y, AVCHROMA_LOC_UNSPECIFIED)'
api_statement_check \
+ "libavcodec avcol_spc_bt2020 available" \
+ HAVE_AVCOL_SPC_BT2020 \
+ libavcodec/avcodec.h \
+ 'int x = AVCOL_SPC_BT2020_NCL'
+
+api_statement_check \
"libavcodec metadata update side data" \
HAVE_AVCODEC_METADATA_UPDATE_SIDE_DATA \
libavcodec/avcodec.h \