Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
a94cb3bb
Commit
a94cb3bb
authored
Oct 19, 2015
by
Ghislain MARY
Browse files
Search for Matroska2 quietly when building with CMake.
parent
68372267
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
a94cb3bb
...
...
@@ -265,8 +265,9 @@ if(ENABLE_VPX)
endif
()
endif
()
if
(
ENABLE_MKV
)
find_package
(
Matroska2
)
find_package
(
Matroska2
QUIET
)
if
(
NOT MATROSKA2_FOUND
)
message
(
WARNING
"Could not find Matroska2 library, mediastreamer2 will be compiled without MKV support."
)
set
(
ENABLE_MKV OFF CACHE BOOL
"Enable support of MKV files reading and writing."
FORCE
)
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment