diff options
| author | Matthew Oliver <protogonoi@gmail.com> | 2020-08-19 05:58:14 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 12:58:14 -0700 |
| commit | 272269583c80a4ba626d405e79a88a2ddd6d950d (patch) | |
| tree | aca2bd4c6ea94d1656e983492752ea33c2b0bb1e /ports/opus | |
| parent | bc8807963282a6b01f0e7ba94b732c5ec028d6a1 (diff) | |
| download | vcpkg-272269583c80a4ba626d405e79a88a2ddd6d950d.tar.gz vcpkg-272269583c80a4ba626d405e79a88a2ddd6d950d.zip | |
[ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora. (#11277)
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/opus')
| -rw-r--r-- | ports/opus/CONTROL | 3 | ||||
| -rw-r--r-- | ports/opus/portfile.cmake | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/opus/CONTROL b/ports/opus/CONTROL index cf2fdfa01..1576fd3c9 100644 --- a/ports/opus/CONTROL +++ b/ports/opus/CONTROL @@ -1,5 +1,6 @@ Source: opus -Version: 1.3.1-3 +Version: 1.3.1 +Port-Version: 4 Homepage: https://github.com/xiph/opus Description: Totally open, royalty-free, highly versatile audio codec diff --git a/ports/opus/portfile.cmake b/ports/opus/portfile.cmake index 24be07b6f..eb7b90cea 100644 --- a/ports/opus/portfile.cmake +++ b/ports/opus/portfile.cmake @@ -21,6 +21,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Opus) vcpkg_copy_pdbs() +vcpkg_fixup_pkgconfig() file(INSTALL ${SOURCE_PATH}/COPYING |
