Changeset 222729 in webkit


Ignore:
Timestamp:
Oct 2, 2017 12:02:27 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[WPE] Fix UIProcess build with GStreamer and without VIDEO
https://bugs.webkit.org/show_bug.cgi?id=177753

Patch by Olivier Blin <Olivier Blin> on 2017-10-02
Reviewed by Michael Catanzaro.

GStreamer builds fail when WebAudio is enabled but VIDEO disabled.
This is the WPE counterpart of bug 153135.

  • UIProcess/API/wpe/PageClientImpl.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r222715 r222729  
     12017-10-02  Olivier Blin  <olivier.blin@softathome.com>
     2
     3        [WPE] Fix UIProcess build with GStreamer and without VIDEO
     4        https://bugs.webkit.org/show_bug.cgi?id=177753
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        GStreamer builds fail when WebAudio is enabled but VIDEO disabled.
     9        This is the WPE counterpart of bug 153135.
     10
     11        * UIProcess/API/wpe/PageClientImpl.h:
     12
    1132017-10-02  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/UIProcess/API/wpe/PageClientImpl.h

    r221489 r222729  
    112112    void derefView() override;
    113113
    114 #if ENABLE(VIDEO)
     114#if ENABLE(VIDEO) && USE(GSTREAMER)
    115115    bool decidePolicyForInstallMissingMediaPluginsPermissionRequest(InstallMissingMediaPluginsPermissionRequest&) override;
    116116#endif
Note: See TracChangeset for help on using the changeset viewer.