aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/CONTROL
diff options
context:
space:
mode:
authorMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2020-06-29 23:37:40 +0100
committerGitHub <noreply@github.com>2020-06-29 15:37:40 -0700
commit1f01a1fd25a67e7a985998a38b4963f6e16310e2 (patch)
tree9c537da2051a24f46475490f02efd527a4689344 /ports/ffmpeg/CONTROL
parent3c34afc1c44efd67f080b6fd6354f32e9ed182f0 (diff)
downloadvcpkg-1f01a1fd25a67e7a985998a38b4963f6e16310e2.tar.gz
vcpkg-1f01a1fd25a67e7a985998a38b4963f6e16310e2.zip
[ffmpeg] Allow gpl builds without avisynthplus (#12083)
* [ffmpeg] Allow gpl builds without avisynthplus * Update CONTROL Co-authored-by: Billy Robert O'Neal <bion@microsoft.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Diffstat (limited to 'ports/ffmpeg/CONTROL')
-rw-r--r--ports/ffmpeg/CONTROL6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL
index e2694ba68..fadb1a29c 100644
--- a/ports/ffmpeg/CONTROL
+++ b/ports/ffmpeg/CONTROL
@@ -1,5 +1,5 @@
Source: ffmpeg
-Version: 4.2-12
+Version: 4.2-13
Build-Depends: zlib
Homepage: https://ffmpeg.org
Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
@@ -59,5 +59,5 @@ Build-Depends: ffnvcodec, cuda
Description: Hardware accelerated codecs
Feature: avisynthplus
-Build-Depends: avisynthplus
-Description: avisynthplus support in ffmpeg \ No newline at end of file
+Build-Depends: avisynthplus, ffmpeg[gpl]
+Description: avisynthplus support in ffmpeg