Title: [277036] trunk/Source/ThirdParty/libwebrtc
- Revision
- 277036
- Author
- [email protected]
- Date
- 2021-05-05 13:19:23 -0700 (Wed, 05 May 2021)
Log Message
[LibWebRTC][WPE][GTK] do not use system installed vpx headers when building webrtc
https://bugs.webkit.org/show_bug.cgi?id=225401
Reviewed by Philippe Normand.
Use vpx headers from Source/ThirdParty/libwebrtc instead of those from the host system.
* CMakeLists.txt: expose libvpx headers to webrtc
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt (277035 => 277036)
--- trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt 2021-05-05 19:37:52 UTC (rev 277035)
+++ trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt 2021-05-05 20:19:23 UTC (rev 277036)
@@ -1698,6 +1698,7 @@
Source/third_party/libsrtp/crypto/include
Source/third_party/libsrtp/include
Source/third_party/libyuv/include
+ Source/third_party/libvpx/source/libvpx
Source/third_party/opus/src/celt
Source/third_party/opus/src/include
Source/third_party/opus/src/silk
@@ -1715,7 +1716,6 @@
if (APPLE)
list(APPEND webrtc_INCLUDE_DIRECTORIES PRIVATE
- Source/third_party/libvpx/source/libvpx
Source/webrtc/sdk/objc
Source/webrtc/sdk/objc/base
Source/webrtc/sdk/objc/Framework/Classes
Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (277035 => 277036)
--- trunk/Source/ThirdParty/libwebrtc/ChangeLog 2021-05-05 19:37:52 UTC (rev 277035)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog 2021-05-05 20:19:23 UTC (rev 277036)
@@ -1,3 +1,14 @@
+2021-05-05 Yury Semikhatsky <[email protected]>
+
+ [LibWebRTC][WPE][GTK] do not use system installed vpx headers when building webrtc
+ https://bugs.webkit.org/show_bug.cgi?id=225401
+
+ Reviewed by Philippe Normand.
+
+ Use vpx headers from Source/ThirdParty/libwebrtc instead of those from the host system.
+
+ * CMakeLists.txt: expose libvpx headers to webrtc
+
2021-04-27 Youenn Fablet <[email protected]>
Disable WebRTC trace event macros
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes