[Webkit-unassigned] [Bug 209209] New: [CMake] libopus 1.1 its enough for building WebKitGTK with ENABLE_WEB_RTC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 19:01:37 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209209

            Bug ID: 209209
           Summary: [CMake] libopus 1.1 its enough for building WebKitGTK
                    with ENABLE_WEB_RTC
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org

Building WebKitGTK with -DENABLE_WEB_RTC=ON on Ubuntu 18.04 its not longer possible since r258412 

This failure happens:
[...]
-- Using platform-specific CMakeLists: /opt/webkitgtk/nightly/build/Source/JavaScriptCore/shell/PlatformGTK.cmake
-- Using source list file: Sources.txt
-- Using source list file: SourcesGTK.txt
-- Using platform-specific CMakeLists: /opt/webkitgtk/nightly/build/Source/ThirdParty/ANGLE/PlatformGTK.cmake
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-suggest-attribute=format
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-suggest-attribute=format - Success
-- Platform-specific CMakeLists not found: /opt/webkitgtk/nightly/build/Source/ThirdParty/gtest/PlatformGTK.cmake
-- Could NOT find LibOpus: Found unsuitable version "1.1.2", but required is at least "1.3" (found /usr/lib/x86_64-linux-gnu/libopus.so)
CMake Error at Source/ThirdParty/libwebrtc/CMakeLists.txt:21 (message):
  libopus is needed for USE_LIBWEBRTC.



libopus 1.1.2 (what ubuntu 18.04 ships) its enough for -DENABLE_WEB_RTC and it was working before r237174 because the check was not working as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200318/e8d3ca10/attachment.htm>


More information about the webkit-unassigned mailing list