Changeset 248009 in webkit


Ignore:
Timestamp:
Jul 30, 2019 9:17:38 AM (5 years ago)
Author:
Michael Catanzaro
Message:

[GTK] Compilation errors when GL is disabled
https://bugs.webkit.org/show_bug.cgi?id=200223

Unreviewed, fix build with -DENABLE_OPENGL=OFF.

  • platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:

(WebCore::MediaPlayerPrivateGStreamer::createGSTPlayBin):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r247934 r248009  
     12019-07-30  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] Compilation errors when GL is disabled
     4        https://bugs.webkit.org/show_bug.cgi?id=200223
     5
     6        Unreviewed, fix build with -DENABLE_OPENGL=OFF.
     7
     8        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
     9        (WebCore::MediaPlayerPrivateGStreamer::createGSTPlayBin):
     10
    1112019-07-29  Eric Carlson  <eric.carlson@apple.com>
    212
  • trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

    r247778 r248009  
    24332433            player->m_videoDecoderPlatform = WebKitGstVideoDecoderPlatform::ImxVPU;
    24342434
     2435#if USE(TEXTURE_MAPPER_GL)
    24352436        player->updateTextureMapperFlags();
     2437#endif
    24362438    }), this);
    24372439
Note: See TracChangeset for help on using the changeset viewer.