Title: [258624] trunk/Source/ThirdParty/libwebrtc
Revision
258624
Author
[email protected]
Date
2020-03-17 21:45:56 -0700 (Tue, 17 Mar 2020)

Log Message

[CMake] libopus 1.1 its enough for building WebKitGTK with ENABLE_WEB_RTC
https://bugs.webkit.org/show_bug.cgi?id=209209

Reviewed by Konstantin Tokarev.

Ubuntu 18.04 ships libopus 1.1.2 which its enough for building with -DENABLE_WEB_RTC=ON

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt (258623 => 258624)


--- trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt	2020-03-18 04:30:22 UTC (rev 258623)
+++ trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt	2020-03-18 04:45:56 UTC (rev 258624)
@@ -16,7 +16,7 @@
     message(FATAL_ERROR "alsa-lib is needed for USE_LIBWEBRTC.")
 endif ()
 
-find_package(LibOpus 1.3)
+find_package(LibOpus 1.1)
 if (NOT LIBOPUS_FOUND)
     message(FATAL_ERROR "libopus is needed for USE_LIBWEBRTC.")
 endif ()

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (258623 => 258624)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-03-18 04:30:22 UTC (rev 258623)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-03-18 04:45:56 UTC (rev 258624)
@@ -1,3 +1,14 @@
+2020-03-17  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [CMake] libopus 1.1 its enough for building WebKitGTK with ENABLE_WEB_RTC
+        https://bugs.webkit.org/show_bug.cgi?id=209209
+
+        Reviewed by Konstantin Tokarev.
+
+        Ubuntu 18.04 ships libopus 1.1.2 which its enough for building with -DENABLE_WEB_RTC=ON
+
+        * CMakeLists.txt:
+
 2020-03-13  Konstantin Tokarev  <[email protected]>
 
         [CMake] Eleminate mismatches between Find* module names and variables they set
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to