⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 117807 in webkit


Ignore:
Timestamp:
May 21, 2012, 12:24:38 PM (14 years ago)
Author:
rakuco@webkit.org
Message:

[EFL] Do not enable Web Audio support by default at build time.
https://bugs.webkit.org/show_bug.cgi?id=86982

Reviewed by Philippe Normand.

Follow-up to r115800. Even though Web Audio support is disabled by
default in build-webkit, enabling it in OptionsEfl.cmake will turn
it on when building the port without build-webkit.

Since Web Audio support for the EFL port does not seem to be fully
working yet, it is better to disable it in all cases.

  • Source/cmake/OptionsEfl.cmake: Remove option override for

ENABLE_WEB_AUDIO.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r117803 r117807  
     12012-05-21  Raphael Kubo da Costa  <rakuco@webkit.org>
     2
     3        [EFL] Do not enable Web Audio support by default at build time.
     4        https://bugs.webkit.org/show_bug.cgi?id=86982
     5
     6        Reviewed by Philippe Normand.
     7
     8        Follow-up to r115800. Even though Web Audio support is disabled by
     9        default in build-webkit, enabling it in OptionsEfl.cmake will turn
     10        it on when building the port without build-webkit.
     11
     12        Since Web Audio support for the EFL port does not seem to be fully
     13        working yet, it is better to disable it in all cases.
     14
     15        * Source/cmake/OptionsEfl.cmake: Remove option override for
     16        ENABLE_WEB_AUDIO.
     17
    1182012-05-21  Dominic Mazzoni  <dmazzoni@google.com>
    219
  • trunk/Source/cmake/OptionsEfl.cmake

    r117624 r117807  
    8181WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO ON)
    8282WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO_TRACK ON)
    83 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_AUDIO ON)
    8483WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING ON)
    8584WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WORKERS ON)
Note: See TracChangeset for help on using the changeset viewer.