summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-04-16 00:27:29 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-04-16 00:27:29 (GMT)
commit11a9ac0158a3c46b88e8228b459a6c0056650692 (patch)
tree5e47e59da8b232538181b8499263d2a85923e69f /src/gst-plugins-good.mk
parent2bee7dde9c03b2d78171088a31152a773197bbb5 (diff)
downloadmxe-11a9ac0158a3c46b88e8228b459a6c0056650692.zip
mxe-11a9ac0158a3c46b88e8228b459a6c0056650692.tar.gz
mxe-11a9ac0158a3c46b88e8228b459a6c0056650692.tar.bz2
reconfiguration no longer needed for gst-plugins-good
Diffstat (limited to 'src/gst-plugins-good.mk')
-rw-r--r--src/gst-plugins-good.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index 979838a..2b381e2 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -19,9 +19,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && aclocal -I m4 -I common/m4
- cd '$(1)' && automake
- cd '$(1)' && autoconf
find '$(1)' -name Makefile.in \
-exec $(SED) -i 's,glib-mkenums,$(PREFIX)/$(TARGET)/bin/glib-mkenums,g' {} \; \
-exec $(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' {} \;