aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/CONTROL
diff options
context:
space:
mode:
authorMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2020-11-04 07:15:22 +0000
committerGitHub <noreply@github.com>2020-11-03 23:15:22 -0800
commitc98fa197cce8b096fb4e99fb9c17348f198feb6e (patch)
tree036bfd8a3a7a2b0da6913fdf4eed09143409d443 /ports/ffmpeg/CONTROL
parent78ce9413a8cd7df0bac034832c4bbe6b09a28c9b (diff)
downloadvcpkg-c98fa197cce8b096fb4e99fb9c17348f198feb6e.tar.gz
vcpkg-c98fa197cce8b096fb4e99fb9c17348f198feb6e.zip
[ffmpeg] add if guard, fix library ordering on linux, minor clean up (#14360)
* [ffmpeg] add 'if(NOT FFMPEG_FOUND)' guard to FindFFMPEG script * [ffmpeg] fix link order on x64-linux (dependencies must come after the library that needs the dependency) * [ffmpeg] bump port version
Diffstat (limited to 'ports/ffmpeg/CONTROL')
-rw-r--r--ports/ffmpeg/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL
index 3a42c7807..32520c8ed 100644
--- a/ports/ffmpeg/CONTROL
+++ b/ports/ffmpeg/CONTROL
@@ -1,6 +1,6 @@
Source: ffmpeg
Version: 4.3.1
-Port-Version: 5
+Port-Version: 6
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.