diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-03-19 15:28:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-19 00:28:10 -0700 |
| commit | 3d82def504f2cdf999e568bfdd26e6ebfa04aec0 (patch) | |
| tree | 683456288b33f05bcbfac8b63e0b796772324d63 /ports/ffmpeg/CONTROL | |
| parent | b5e59140cbc69a0b5cf70669e01affe1f1b201ed (diff) | |
| download | vcpkg-3d82def504f2cdf999e568bfdd26e6ebfa04aec0.tar.gz vcpkg-3d82def504f2cdf999e568bfdd26e6ebfa04aec0.zip | |
[ffmpeg] Fix build static error (#10368)
* [ffmpeg] Fix build static error
* Remove additional condition
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 769995497..9b08398db 100644 --- a/ports/ffmpeg/CONTROL +++ b/ports/ffmpeg/CONTROL @@ -1,5 +1,5 @@ Source: ffmpeg -Version: 4.2-5 +Version: 4.2-6 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. |
