mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-27 13:10:52 +00:00
[opus] Rename libopus to opus to match upstream project's name
This commit is contained in:
parent
0ce85b546e
commit
faf60f0ee3
@ -1,3 +1,3 @@
|
||||
Source: libopus
|
||||
Source: opus
|
||||
Version: 1.1.4
|
||||
Description: Totally open, royalty-free, highly versatile audio codec
|
@ -73,4 +73,4 @@ endif()
|
||||
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR}/include RENAME opus)
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libopus RENAME copyright)
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/opus RENAME copyright)
|
Loading…
Reference in New Issue
Block a user