Title: [117114] trunk/Source/WebCore
Revision
117114
Author
[email protected]
Date
2012-05-15 12:22:08 -0700 (Tue, 15 May 2012)

Log Message

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

Patch by Philippe Normand <[email protected]> on 2012-05-15
Reviewed by Martin Robinson.

* GNUmakefile.am: Remove no-longer used webcore_libadd variable.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (117113 => 117114)


--- trunk/Source/WebCore/ChangeLog	2012-05-15 19:20:19 UTC (rev 117113)
+++ trunk/Source/WebCore/ChangeLog	2012-05-15 19:22:08 UTC (rev 117114)
@@ -1,3 +1,12 @@
+2012-05-15  Philippe Normand  <[email protected]>
+
+        [GTK] Un-used GStreamer linker options
+        https://bugs.webkit.org/show_bug.cgi?id=86407
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am: Remove no-longer used webcore_libadd variable.
+
 2012-05-15  Beth Dakin  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=86506

Modified: trunk/Source/WebCore/GNUmakefile.am (117113 => 117114)


--- trunk/Source/WebCore/GNUmakefile.am	2012-05-15 19:20:19 UTC (rev 117113)
+++ trunk/Source/WebCore/GNUmakefile.am	2012-05-15 19:22:08 UTC (rev 117114)
@@ -344,11 +344,6 @@
 if ENABLE_DEBUG
 webcore_cppflags += -DGST_DISABLE_DEPRECATED
 endif # END ENABLE_DEBUG
-webcore_libadd += \
-	-lgstinterfaces-0.10 \
-	-lgstvideo-0.10 \
-	-lgstpbutils-0.10 \
-	-lgstapp-0.10
 endif # END USE_GSTREAMER
 endif # END ENABLE_VIDEO
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to