aboutsummaryrefslogtreecommitdiff
path: root/src/common_top.pri
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2010-11-18 15:37:45 +0100
committerStanislav Ionascu <stanislav.ionascu@nokia.com>2010-11-23 13:33:56 +0200
commitbe20186eba5106e05f7ee2baf6b78946a8bebf09 (patch)
treea4c0ee18673d18fb6a4d9ea9a6c8412f89cd34dd /src/common_top.pri
parentbf756f665e355df3bffc10fdc24bc54132741fe8 (diff)
Changes: Remove MVideoWidget.
Fixes: NB#198570 - libmeegotouch libraries force gstreamer to every application RevBy: Stanislav Ionascu, Tomas Junnonen Details: MVideoWidget should not be used by anyone. Instead alternatives like the QGraphicsVideoItem should be used.
Diffstat (limited to 'src/common_top.pri')
-rw-r--r--src/common_top.pri10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common_top.pri b/src/common_top.pri
index da37aae2..4de3ae1e 100644
--- a/src/common_top.pri
+++ b/src/common_top.pri
@@ -85,16 +85,6 @@ contains(DEFINES, HAVE_CONTENTACTION) {
PKGCONFIG += contentaction-0.1
}
-contains(DEFINES, HAVE_GSTREAMER) {
- PKGCONFIG += gstreamer-0.10
- # TODO: Is this necessary?
- LIBS += -lgstbase-0.10 -lgstinterfaces-0.10 -lgstvideo-0.10
-
- # On Mac, GStreamer can be also in /opt if installed via macports.org or /usr/local if installed from sources
- macx:INCLUDEPATH += /opt/local/include/gstreamer-0.10 /opt/local/include/glib-2.0 /opt/local/lib/glib-2.0/include/ /opt/local/include/libxml2
- macx:LIBS += -L/opt/local/lib -lgstreamer-0.10.0 -lgstbase-0.10.0 -lgstinterfaces-0.10.0 -lgstvideo-0.10.0 -lglib-2.0.0 -lgobject-2.0.0
-}
-
contains(DEFINES, HAVE_GCONF) {
PKGCONFIG += gconf-2.0
# TODO: Why is this necessary?