[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

abecsi at webkit.org abecsi at webkit.org
Mon Dec 27 16:27:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3e8c454af5a9872b4a7d9f400aeb0601c990ff82
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 21 17:41:42 2010 +0000

    2010-12-21  Andras Becsi  <abecsi at webkit.org>
    
            Unreviewed build fix.
    
            [Qt] Fix the build with USE_GSTREAMER=1
    
            No new tests needed.
    
            * WebCore.pro: remove nonexisting DataSourceGStreamer sources.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74416 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index dbc30bf..d1db7cc 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-21  Andras Becsi  <abecsi at webkit.org>
+
+        Unreviewed build fix.
+
+        [Qt] Fix the build with USE_GSTREAMER=1
+
+        No new tests needed.
+
+        * WebCore.pro: remove nonexisting DataSourceGStreamer sources.
+
 2010-12-21  Mahesh Kulkarni  <mahesh.kulkarni at nokia.com>
 
         Reviewed by Andreas Kling.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 2ddf7e3..cdc3a12 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -3222,7 +3222,6 @@ contains(DEFINES, ENABLE_VIDEO=1) {
 
     contains(DEFINES, USE_GSTREAMER=1) {
         HEADERS += \
-            platform/graphics/gstreamer/DataSourceGStreamer.h \
             platform/graphics/gstreamer/GOwnPtrGStreamer.h \
             platform/graphics/gstreamer/GStreamerGWorld.h \
             platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
@@ -3232,7 +3231,6 @@ contains(DEFINES, ENABLE_VIDEO=1) {
             platform/graphics/gstreamer/PlatformVideoWindowPrivate.h \
             platform/graphics/gstreamer/ImageGStreamer.h
         SOURCES += \
-            platform/graphics/gstreamer/DataSourceGStreamer.cpp \
             platform/graphics/gstreamer/GOwnPtrGStreamer.cpp \
             platform/graphics/gstreamer/GStreamerGWorld.cpp \
             platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list