summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-14 01:18:18 +0200
committerwm4 <wm4@nowhere>2014-08-14 01:18:18 +0200
commit061a5af54439fedbe6e89d03e643631fafd988a0 (patch)
treee33856d801527b9d306a7c060ad9b7b91a2735b7 /old-configure
parente7cab32faeb0816423cf5dbfb4f651d25274fde6 (diff)
downloadmpv-061a5af54439fedbe6e89d03e643631fafd988a0.tar.bz2
mpv-061a5af54439fedbe6e89d03e643631fafd988a0.tar.xz
demux_lavf: support new metadata update API
This Libav-invented API is of course completely different from the FFmpeg-one. (The fun part is that I approved of both.)
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 910ebf7cc8..cc0945f956 100755
--- a/old-configure
+++ b/old-configure
@@ -810,6 +810,12 @@ api_statement_check \
'enum AVPacketSideDataType type = AV_PKT_DATA_METADATA_UPDATE'
api_statement_check \
+ "libavformat metadata update flags" \
+ HAVE_AVFORMAT_METADATA_UPDATE_FLAG \
+ libavformat/avformat.h \
+ 'int x = AVFMT_EVENT_FLAG_METADATA_UPDATED'
+
+api_statement_check \
"libavcodec replaygain side data" \
HAVE_AVCODEC_REPLAYGAIN_SIDE_DATA \
libavcodec/avcodec.h \