aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/CONTROL
diff options
context:
space:
mode:
authorAndre Abrantes <andre.abrantes@sieve.com.br>2019-04-10 03:02:31 -0300
committerPhil Christensen <philc@microsoft.com>2019-04-09 23:02:31 -0700
commit8c3e093d0509fb0c7cc325692834fc1583a05390 (patch)
tree754da6a16c18640e449cfc32af248eecf321243d /ports/ffmpeg/CONTROL
parent45e7641ea0fe8c38e5c8f63e3ee234e080157067 (diff)
downloadvcpkg-8c3e093d0509fb0c7cc325692834fc1583a05390.tar.gz
vcpkg-8c3e093d0509fb0c7cc325692834fc1583a05390.zip
[fix][ffmpeg] changing $PATH separator for Linux (#6015)
* [fix][ffmpeg] changing $PATH separator for Linux Using a semicolon in $PATH might break on some flavors of Linux, eg Docker based on Ubuntu 18.04.
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 0fb3df0a7..2060e37af 100644
--- a/ports/ffmpeg/CONTROL
+++ b/ports/ffmpeg/CONTROL
@@ -1,5 +1,5 @@
Source: ffmpeg
-Version: 4.1-2
+Version: 4.1-3
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.