Changeset 271346 in webkit


Ignore:
Timestamp:
Jan 9, 2021 4:01:48 AM (3 years ago)
Author:
Lauro Moura
Message:

[GStreamer] Build failure with gst-build: Missing gst/audio/audio.h
https://bugs.webkit.org/show_bug.cgi?id=220494

Reviewed by Philippe Normand.

Make the tests include the audio headers for gst/audio/audio. It is
included in TestUIClient through WebPreferences -> IPC::Decoder ->
SharedBuffer -> GStreamerCommon.

  • TestWebKitAPI/glib/CMakeLists.txt:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r271340 r271346  
     12021-01-09  Lauro Moura  <lmoura@igalia.com>
     2
     3        [GStreamer] Build failure with gst-build: Missing gst/audio/audio.h
     4        https://bugs.webkit.org/show_bug.cgi?id=220494
     5
     6        Reviewed by Philippe Normand.
     7
     8        Make the tests include the audio headers for gst/audio/audio. It is
     9        included in TestUIClient through WebPreferences -> IPC::Decoder ->
     10        SharedBuffer -> GStreamerCommon.
     11
     12        * TestWebKitAPI/glib/CMakeLists.txt:
     13
    1142021-01-08  Jonathan Bedard  <jbedard@apple.com>
    215
  • trunk/Tools/TestWebKitAPI/glib/CMakeLists.txt

    r260593 r271346  
    1717    ${GLIB_INCLUDE_DIRS}
    1818    ${GSTREAMER_INCLUDE_DIRS}
     19    ${GSTREAMER_AUDIO_INCLUDE_DIRS}
    1920    ${LIBSOUP_INCLUDE_DIRS}
    2021)
Note: See TracChangeset for help on using the changeset viewer.