Changeset 117114 in webkit


Ignore:
Timestamp:
May 15, 2012 12:22:08 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Un-used GStreamer linker options
https://bugs.webkit.org/show_bug.cgi?id=86407

Patch by Philippe Normand <pnormand@igalia.com> on 2012-05-15
Reviewed by Martin Robinson.

  • GNUmakefile.am: Remove no-longer used webcore_libadd variable.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r117113 r117114  
     12012-05-15  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK] Un-used GStreamer linker options
     4        https://bugs.webkit.org/show_bug.cgi?id=86407
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.am: Remove no-longer used webcore_libadd variable.
     9
    1102012-05-15  Beth Dakin  <bdakin@apple.com>
    211
  • trunk/Source/WebCore/GNUmakefile.am

    r116760 r117114  
    345345webcore_cppflags += -DGST_DISABLE_DEPRECATED
    346346endif # END ENABLE_DEBUG
    347 webcore_libadd += \
    348         -lgstinterfaces-0.10 \
    349         -lgstvideo-0.10 \
    350         -lgstpbutils-0.10 \
    351         -lgstapp-0.10
    352347endif # END USE_GSTREAMER
    353348endif # END ENABLE_VIDEO
Note: See TracChangeset for help on using the changeset viewer.