diff options
| author | Andre Abrantes <andre.abrantes@sieve.com.br> | 2019-04-05 02:32:10 -0300 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-04 22:32:10 -0700 |
| commit | c4d48f9089cd21366fb77b2c2f78d8b4b7b8e38e (patch) | |
| tree | 38f520748dfa2e5f58e59fc920f55d3a0a20c734 /ports/ffmpeg/CONTROL | |
| parent | 6ee391615e280114fe3d5b4e8413a85c47653873 (diff) | |
| download | vcpkg-c4d48f9089cd21366fb77b2c2f78d8b4b7b8e38e.tar.gz vcpkg-c4d48f9089cd21366fb77b2c2f78d8b4b7b8e38e.zip | |
[fix][ffmpeg] fixing linux build (#5917)
* limit windows dep libs to windows
* fixing configure patch
* fixing detect-openssl.patch
* adapting portfile to linux
* adding a linux-specific build sh
* add missing endif()
* bumping version
* adding extra check for windows environment
Diffstat (limited to 'ports/ffmpeg/CONTROL')
| -rw-r--r-- | ports/ffmpeg/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL index ce69402dc..0fb3df0a7 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,5 +1,5 @@ Source: ffmpeg -Version: 4.1-1 +Version: 4.1-2 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. |
