Changeset 258624 in webkit


Ignore:
Timestamp:
Mar 17, 2020 9:45:56 PM (4 years ago)
Author:
clopez@igalia.com
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:
Location:
trunk/Source/ThirdParty/libwebrtc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/libwebrtc/CMakeLists.txt

    r258412 r258624  
    1717endif ()
    1818
    19 find_package(LibOpus 1.3)
     19find_package(LibOpus 1.1)
    2020if (NOT LIBOPUS_FOUND)
    2121    message(FATAL_ERROR "libopus is needed for USE_LIBWEBRTC.")
  • trunk/Source/ThirdParty/libwebrtc/ChangeLog

    r258412 r258624  
     12020-03-17  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [CMake] libopus 1.1 its enough for building WebKitGTK with ENABLE_WEB_RTC
     4        https://bugs.webkit.org/show_bug.cgi?id=209209
     5
     6        Reviewed by Konstantin Tokarev.
     7
     8        Ubuntu 18.04 ships libopus 1.1.2 which its enough for building with -DENABLE_WEB_RTC=ON
     9
     10        * CMakeLists.txt:
     11
    1122020-03-13  Konstantin Tokarev  <annulen@yandex.ru>
    213
Note: See TracChangeset for help on using the changeset viewer.