aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/CONTROL
diff options
context:
space:
mode:
authorSander Cox <sander@paralleldimension.nl>2020-08-14 19:01:01 +0200
committerGitHub <noreply@github.com>2020-08-14 10:01:01 -0700
commit234f7e45430eda4f1f68ff75cabe11435e8b8190 (patch)
tree775a38329713c248d6b2a772031014120e846d7c /ports/ffmpeg/CONTROL
parent0c753a22868fc65322dbcdbf0340c2fc6864ee5e (diff)
downloadvcpkg-234f7e45430eda4f1f68ff75cabe11435e8b8190.tar.gz
vcpkg-234f7e45430eda4f1f68ff75cabe11435e8b8190.zip
[ffmpeg] Some libraries in ffmpeg can be optional (#12843)
* Make sub libraries of FFmpeg optional avdevice avfilter swresample swscale * Also adding avcodec and avformat * This should have been avcodec obviously
Diffstat (limited to 'ports/ffmpeg/CONTROL')
-rw-r--r--ports/ffmpeg/CONTROL22
1 files changed, 20 insertions, 2 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL
index c318866af..a2a905b2c 100644
--- a/ports/ffmpeg/CONTROL
+++ b/ports/ffmpeg/CONTROL
@@ -1,11 +1,11 @@
Source: ffmpeg
Version: 4.2
-Port-Version: 17
+Port-Version: 18
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.
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.
-Default-Features: avresample
+Default-Features: avresample, avcodec, avformat, avdevice, avfilter, swresample, swscale
Feature: ffmpeg
Description: build the ffmpeg.exe application
@@ -55,6 +55,24 @@ Description: upgrade (L)GPL to version 3
Feature: avresample
Description: Libav audio resampling library support in ffmpeg
+Feature: avcodec
+Description: Codec support in ffmpeg
+
+Feature: avformat
+Description: Format support in ffmpeg
+
+Feature: avdevice
+Description: Device support in ffmpeg
+
+Feature: avfilter
+Description: Filter support in ffmpeg
+
+Feature: swresample
+Description: Swresample support in ffmpeg
+
+Feature: swscale
+Description: Swscale support in ffmpeg
+
Feature: nvcodec
Build-Depends: ffnvcodec, cuda
Description: Hardware accelerated codecs