From 061a5af54439fedbe6e89d03e643631fafd988a0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 Aug 2014 01:18:18 +0200 Subject: 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.) --- old-configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 910ebf7cc8..cc0945f956 100755 --- a/old-configure +++ b/old-configure @@ -809,6 +809,12 @@ api_statement_check \ libavcodec/avcodec.h \ '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 \ -- cgit v1.2.3