mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:59:07 +08:00
[libtheora] fix find ogg (#6610)
This commit is contained in:
parent
d7e41c7ef4
commit
09e6b4dd9d
@ -1,4 +1,4 @@
|
||||
Source: libtheora
|
||||
Version: 1.2.0alpha1-20170719~vcpkg1-2
|
||||
Version: 1.2.0alpha1-20170719~vcpkg1-3
|
||||
Description: Theora is a free and open video compression format from the Xiph.org Foundation.
|
||||
Build-Depends: libogg
|
||||
|
@ -1,6 +1,6 @@
|
||||
find_path(OGG_INCLUDE_DIR NAMES ogg/ogg.h)
|
||||
|
||||
find_library(OGG_LIBRARY NAMES ogg)
|
||||
find_library(OGG_LIBRARY NAMES ogg libogg)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(OGG DEFAULT_MSG OGG_LIBRARY OGG_INCLUDE_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user