aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-08-13 23:46:11 +0800
committerGitHub <noreply@github.com>2021-08-13 08:46:11 -0700
commiteb9cb291669f24b315d6001065e3b1e53e3701b4 (patch)
treeac6ddb54ffe3799920c8f70b7bcbd01802775136 /ports/ffmpeg
parent7bdf2f8e853a476f96f3d1ba3be409b65822a29d (diff)
downloadvcpkg-eb9cb291669f24b315d6001065e3b1e53e3701b4.tar.gz
vcpkg-eb9cb291669f24b315d6001065e3b1e53e3701b4.zip
[ffmpeg/opencv4] Update opencv4 feature dependency and remove ffmpeg feature 'postproc' from default feature (#19358)
* [ffmpeg/opencv4] Update opencv4 feature dependency and remove ffmpeg feature 'postproc' from default feature * Update the baseline version * [opencv3] Update the feature dependency * Update the baseline * [opencv2] Update the feature dependency * Update the baseline version * Fix uwp build failures * Update the baseline version * Fix opencv2 version * update the baseline version * update the baseline version * Un-edit git-tree. * Update cuda feature * Update the baseline Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/ffmpeg')
-rw-r--r--ports/ffmpeg/vcpkg.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/ffmpeg/vcpkg.json b/ports/ffmpeg/vcpkg.json
index db07eba9b..29870bdc9 100644
--- a/ports/ffmpeg/vcpkg.json
+++ b/ports/ffmpeg/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "ffmpeg",
"version": "4.4",
- "port-version": 13,
+ "port-version": 14,
"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."
@@ -22,7 +22,6 @@
"avdevice",
"avfilter",
"avformat",
- "postproc",
"swresample",
"swscale"
],