git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[EFL] Add OpenWebRTC in jhbuild
[WebKit-https.git]
/
Source
/
cmake
/
OptionsEfl.cmake
diff --git
a/Source/cmake/OptionsEfl.cmake
b/Source/cmake/OptionsEfl.cmake
index
444a3b3
..
15cce39
100644
(file)
--- a/
Source/cmake/OptionsEfl.cmake
+++ b/
Source/cmake/OptionsEfl.cmake
@@
-194,6
+194,13
@@
if (ENABLE_GEOLOCATION)
endif ()
endif ()
+if (ENABLE_MEDIA_STREAM)
+ find_package(OpenWebRTC)
+ if (OPENWEBRTC_FOUND)
+ add_definitions(-DWTF_USE_OPENWEBRTC)
+ endif ()
+endif ()
+
if (ENABLE_NETSCAPE_PLUGIN_API)
set(ENABLE_PLUGIN_PROCESS 1)
endif ()