diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2020-08-05 21:49:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 13:49:34 -0700 |
| commit | a2af235a171feb8dc5e8a0297dce41aee8576bf7 (patch) | |
| tree | 689edfb8d8e3bda29fcdaed562103d7040d3cd3f /ports/libvpx/CONTROL | |
| parent | 4831c3f5a6d07b2b622637beec95cb39d864c238 (diff) | |
| download | vcpkg-a2af235a171feb8dc5e8a0297dce41aee8576bf7.tar.gz vcpkg-a2af235a171feb8dc5e8a0297dce41aee8576bf7.zip | |
[libvpx] fix pdb paths (#12706)
The name of the pdb file is always hardcoded in the lib file. The cmake script was renaming the pdb files causing them not to be found. This patch fixes that problem, reverting back to using the upstream pdb file names.
Diffstat (limited to 'ports/libvpx/CONTROL')
| -rw-r--r-- | ports/libvpx/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libvpx/CONTROL b/ports/libvpx/CONTROL index 969ae8a10..82eec705c 100644 --- a/ports/libvpx/CONTROL +++ b/ports/libvpx/CONTROL @@ -1,6 +1,6 @@ Source: libvpx
Version: 1.8.1
-Port-Version: 8
+Port-Version: 9
Homepage: https://github.com/webmproject/libvpx
Description: The reference software implementation for the video coding formats VP8 and VP9.
Supports: !(uwp&arm)
|
