Title: [238780] trunk/Source/ThirdParty/libwebrtc
Revision
238780
Author
[email protected]
Date
2018-12-01 07:12:42 -0800 (Sat, 01 Dec 2018)

Log Message

[GStreamer][WebRTC] Build opus decoder support in libwebrtc
https://bugs.webkit.org/show_bug.cgi?id=192226

Patch by Thibault Saunier <[email protected]> on 2018-12-01
Reviewed by Philippe Normand.

Somehow that was overlooked at some point (it used to work).

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt (238779 => 238780)


--- trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt	2018-12-01 12:23:25 UTC (rev 238779)
+++ trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt	2018-12-01 15:12:42 UTC (rev 238780)
@@ -1377,6 +1377,7 @@
   WEBRTC_NS_FLOAT
   WEBRTC_OPUS_SUPPORT_120MS_PTIME=0
   WEBRTC_OPUS_VARIABLE_COMPLEXITY=0
+  WEBRTC_USE_BUILTIN_OPUS=1
   WEBRTC_POSIX
   WEBRTC_USE_BUILTIN_ISAC_FIX=1
   WEBRTC_USE_BUILTIN_ISAC_FLOAT=0

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (238779 => 238780)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-12-01 12:23:25 UTC (rev 238779)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-12-01 15:12:42 UTC (rev 238780)
@@ -1,3 +1,14 @@
+2018-12-01  Thibault Saunier  <[email protected]>
+
+        [GStreamer][WebRTC] Build opus decoder support in libwebrtc
+        https://bugs.webkit.org/show_bug.cgi?id=192226
+
+        Reviewed by Philippe Normand.
+
+        Somehow that was overlooked at some point (it used to work).
+
+        * CMakeLists.txt:
+
 2018-11-27  Thibault Saunier  <[email protected]>
 
         [GStreamer][WebRTC] Use LibWebRTC provided vp8 decoders and encoders
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to