From 6dae3abd416e4361abf09f748c49b07ca105c331 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 12 May 2017 21:48:58 +0300 Subject: Update LAV Filters to 0.69-77-gc3452dc2. --- docs/Changelog.txt | 1 + src/thirdparty/LAVFilters/build_ffmpeg.sh | 4 +++- src/thirdparty/LAVFilters/src | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.txt b/docs/Changelog.txt index 0a7360454..5eddf7356 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -11,6 +11,7 @@ Legend: next version - not released yet =============================== * Switched from mhook to MinHook since it's more actively maintained +* Updated LAV Filters to v0.69-77-gc3452dc2 * Updated Little CMS to v2.8 (edf0be4) * Updated MediaInfoLib to v0.7.95 * Updated ZenLib to v0.4.35 diff --git a/src/thirdparty/LAVFilters/build_ffmpeg.sh b/src/thirdparty/LAVFilters/build_ffmpeg.sh index 57a8bd790..3b97b4229 100755 --- a/src/thirdparty/LAVFilters/build_ffmpeg.sh +++ b/src/thirdparty/LAVFilters/build_ffmpeg.sh @@ -57,6 +57,7 @@ configure() { OPTIONS=" --enable-shared \ --disable-static \ + --enable-gpl \ --enable-version3 \ --enable-w32threads \ --disable-demuxer=matroska \ @@ -65,6 +66,8 @@ configure() { --disable-protocol=async,cache,concat,httpproxy,icecast,md5,subfile \ --disable-muxers \ --enable-muxer=spdif \ + --disable-bsfs \ + --enable-bsf=extract_extradata,vp9_superframe \ --disable-hwaccels \ --enable-hwaccel=h264_dxva2 \ --enable-hwaccel=hevc_dxva2 \ @@ -81,7 +84,6 @@ configure() { --disable-postproc \ --disable-swresample \ --disable-encoders \ - --disable-bsfs \ --disable-devices \ --disable-programs \ --disable-debug \ diff --git a/src/thirdparty/LAVFilters/src b/src/thirdparty/LAVFilters/src index 1400993e0..c3452dc2f 160000 --- a/src/thirdparty/LAVFilters/src +++ b/src/thirdparty/LAVFilters/src @@ -1 +1 @@ -Subproject commit 1400993e06d13f68e0c86ce555874f3d49f275fd +Subproject commit c3452dc2f8c3bd17a6d7c9c3867a318b9b945da7 -- cgit v1.2.3