File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
22project (mpeghdec
3- VERSION 3.0.2
3+ VERSION 3.0.3
44 DESCRIPTION "The Fraunhofer MPEG-H decoder"
55 HOMEPAGE_URL "https://github.com/Fraunhofer-IIS/mpeghdec"
66 LANGUAGES CXX
@@ -20,12 +20,12 @@ include(FetchContent)
2020FetchContent_Declare (
2121 ilo
2222 GIT_REPOSITORY https://github.com/Fraunhofer-IIS/ilo.git
23- GIT_TAG r2.0.0
23+ GIT_TAG r2.0.2
2424)
2525FetchContent_Declare (
2626 mmtisobmff
2727 GIT_REPOSITORY https://github.com/Fraunhofer-IIS/mmtisobmff.git
28- GIT_TAG r1.0.2
28+ GIT_TAG r1.0.4
2929)
3030
3131get_directory_property (parentDir PARENT_DIRECTORY)
4747endif ()
4848set (mpeghdec_BUILD_DOC OFF CACHE BOOL "Build mpeghdec documentation" )
4949
50+ set (USE_PKGCONFIG_DEPS OFF CACHE BOOL "Use pkg-config to find dependencies" )
51+
5052# Add libraries
5153add_subdirectory (src )
5254
You can’t perform that action at this time.
0 commit comments