diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2020-08-07 06:17:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 22:17:38 -0700 |
| commit | 98b9ed1860a0bead439970b545c80f2d49e695c8 (patch) | |
| tree | c22452c1f6b314d0f1db3876834a1e026ac0114b /ports/ffmpeg/CONTROL | |
| parent | 6289ef0d499151e4ef53c72ce52008b23778b3e9 (diff) | |
| download | vcpkg-98b9ed1860a0bead439970b545c80f2d49e695c8.tar.gz vcpkg-98b9ed1860a0bead439970b545c80f2d49e695c8.zip | |
[ffmpeg] fix FindFFMPEG.cmake to work properly even without avresample (#12635)
* [ffmpeg] fix FindFFMPEG.cmake to work properly even without avresample
When building ffmpeg[core] (without avresample support), FindFFMPEG.cmake
claims to not have fully found the ffmpeg libraries, because it still looks
for the avresample library. This patch fixes that problem.
* [ffmpeg] minor update for consistency
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* [ffmpeg] minor update for consistency
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
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 b9bdfcba2..c318866af 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,6 +1,6 @@ Source: ffmpeg Version: 4.2 -Port-Version: 16 +Port-Version: 17 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. |
