diff options
| author | Clinton Ingram <clinton.ingram@outlook.com> | 2020-07-30 22:38:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 22:38:32 -0700 |
| commit | 3513e92bf9d388ac547d0a87c50a135b4eaa634c (patch) | |
| tree | 2b6d0524588fd9db235624bb515ee5ef45b1c962 /ports/mozjpeg/CONTROL | |
| parent | fe19c5e41167336d8b9d52f3dff44caa72fd6bfa (diff) | |
| download | vcpkg-3513e92bf9d388ac547d0a87c50a135b4eaa634c.tar.gz vcpkg-3513e92bf9d388ac547d0a87c50a135b4eaa634c.zip | |
[mozjpeg] fix build (#12118)
* fix mozjpeg build
* re-disable in CI baseline
* fix static install
* rename static libs, add pkgconfig fixup
* update version string
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/mozjpeg/CONTROL')
| -rw-r--r-- | ports/mozjpeg/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/mozjpeg/CONTROL b/ports/mozjpeg/CONTROL index 867ba8bca..998e5eacf 100644 --- a/ports/mozjpeg/CONTROL +++ b/ports/mozjpeg/CONTROL @@ -1,4 +1,5 @@ Source: mozjpeg -Version: 2020-06-02 +Version: 2020-06-02-1 +Build-Depends: libpng Homepage: https://github.com/mozilla/mozjpeg Description: MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. It's compatible with libjpeg API and ABI, and can be used as a drop-in replacement for libjpeg. |
