summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-23 15:44:42 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-23 15:44:42 (GMT)
commitb51556ae0c94269248549f04a1b2ce33cb132b38 (patch)
tree34db88f471ed0139b559a487c170124191a875be /src/gst-plugins-good.mk
parentbb6351cb64a9bcf40285602ae17ed6ac949fb637 (diff)
downloadmxe-b51556ae0c94269248549f04a1b2ce33cb132b38.zip
mxe-b51556ae0c94269248549f04a1b2ce33cb132b38.tar.gz
mxe-b51556ae0c94269248549f04a1b2ce33cb132b38.tar.bz2
add missing dependency for package gst-plugins-good
Diffstat (limited to 'src/gst-plugins-good.mk')
-rw-r--r--src/gst-plugins-good.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index a7db331..8717e7b 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://gstreamer.freedesktop.org/
$(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc glib libxml2 gstreamer liboil libshout cairo directx flac gtk jpeg libpng speex taglib
+$(PKG)_DEPS := gcc glib libxml2 gstreamer gst-plugins-base liboil libshout cairo directx flac gtk jpeg libpng speex taglib
define $(PKG)_UPDATE
wget -q -O- 'http://cgit.freedesktop.org/gstreamer/gst-plugins-good/refs/tags' | \