[Webkit-unassigned] [Bug 224089] New: [CMake][GStremer] Fails to build if OpenH264 is not present
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 1 17:50:58 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224089
Bug ID: 224089
Summary: [CMake][GStremer] Fails to build if OpenH264 is not
present
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WPE WebKit
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clopez at igalia.com
CC: bugs-noreply at webkitgtk.org
In r275275 optional support for using OpenH264 was added.
However, this seems to be failing to build when OpenH264 is not present because of CMake trying to link with a library that is not defined
See:
-- Enabled features:
-- ENABLE_ACCESSIBILITY .......................... ON
-- ENABLE_BUBBLEWRAP_SANDBOX OFF
-- ENABLE_ENCRYPTED_MEDIA ........................ ON
-- ENABLE_GTKDOC OFF
-- ENABLE_MEDIA_SOURCE ........................... ON
-- ENABLE_MINIBROWSER ON
-- ENABLE_VIDEO .................................. ON
-- ENABLE_WEBDRIVER ON
-- ENABLE_WEB_AUDIO .............................. ON
-- ENABLE_WEB_CRYPTO ON
-- ENABLE_WPE_QT_API ............................. OFF
-- ENABLE_XSLT ON
-- USE_LCMS ...................................... ON
-- USE_OPENJPEG ON
-- USE_SOUP2 ..................................... ON
-- USE_SYSTEMD ON
-- USE_WOFF2 ..................................... ON
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Openh264_LIBRARY (ADVANCED)
linked by target "webrtc" in directory /home/buildbot/wpewebkit/nightly/wpe-linux-64-packaging-nigthly-ubuntu1804/build/Source/ThirdParty/libwebrtc
-- Configuring incomplete, errors occurred!
See also "/home/buildbot/wpewebkit/nightly/wpe-linux-64-packaging-nigthly-ubuntu1804/build/WebKitBuild/Release/CMakeFiles/CMakeOutput.log".
See also "/home/buildbot/wpewebkit/nightly/wpe-linux-64-packaging-nigthly-ubuntu1804/build/WebKitBuild/Release/CMakeFiles/CMakeError.log".
FAILED: build.ninja
^^ https://build.webkit.org/#/builders/52/builds/56/steps/8/logs/stdio
--
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/20210402/28d0b2be/attachment-0001.htm>
More information about the webkit-unassigned
mailing list