Changeset 102651 in webkit


Ignore:
Timestamp:
Dec 12, 2011 6:56:57 PM (12 years ago)
Author:
jarred@sencha.com
Message:

[Qt] QTKIT-based video support must target OS X 10.5 or higher
https://bugs.webkit.org/show_bug.cgi?id=74294

WebCore on OS X Lion fails to build when QTKIT video support is enabled, unless a
deployment target of 10.5+ is specified explicitly.

Reviewed by Noam Rosenthal.

No new tests as this is a build issue.

  • Target.pri:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102650 r102651  
     12011-12-12  Jarred Nicholls  <jarred@sencha.com>
     2
     3        [Qt] QTKIT-based video support must target OS X 10.5 or higher
     4        https://bugs.webkit.org/show_bug.cgi?id=74294
     5
     6        WebCore on OS X Lion fails to build when QTKIT video support is enabled, unless a
     7        deployment target of 10.5+ is specified explicitly.
     8
     9        Reviewed by Noam Rosenthal.
     10
     11        No new tests as this is a build issue.
     12
     13        * Target.pri:
     14
    1152011-12-12  Luke Macpherson   <macpherson@chromium.org>
    216
  • trunk/Source/WebCore/Target.pri

    r102646 r102651  
    31523152        }
    31533153
     3154        QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
     3155
    31543156    } else: contains(DEFINES, WTF_USE_GSTREAMER=1) {
    31553157        HEADERS += \
Note: See TracChangeset for help on using the changeset viewer.