summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-04-25 20:36:39 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-04-25 20:36:39 (GMT)
commitedf32c4e55b632f5d0fcc37df96c2598cb4d2a4b (patch)
treeee8ad3bc790bc49b6214d286eff372a88e4b9d25 /src
parent7090333bdf0aeced8eb88350ac62c714fb265ffc (diff)
downloadmxe-edf32c4e55b632f5d0fcc37df96c2598cb4d2a4b.zip
mxe-edf32c4e55b632f5d0fcc37df96c2598cb4d2a4b.tar.gz
mxe-edf32c4e55b632f5d0fcc37df96c2598cb4d2a4b.tar.bz2
disable esd explicitly to avoid compilation errors in package gst-plugins-good
Diffstat (limited to 'src')
-rw-r--r--src/gst-plugins-good.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index 297ccaa..e53d29e 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -30,6 +30,7 @@ define $(PKG)_BUILD
--disable-check \
--disable-tests \
--disable-examples \
+ --disable-esd \
--mandir='$(1)/sink' \
--docdir='$(1)/sink' \
--with-html-dir='$(1)/sink'