summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gst-plugins-base.mk2
-rw-r--r--src/gst-plugins-good.mk2
-rw-r--r--src/gstreamer.mk2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/gst-plugins-base.mk b/src/gst-plugins-base.mk
index c3a5986..a757954 100644
--- a/src/gst-plugins-base.mk
+++ b/src/gst-plugins-base.mk
@@ -22,8 +22,6 @@ define $(PKG)_BUILD
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' {} \;
- # following autoconf call is only required for release 0.10.31
- cd '$(1)' && autoconf
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk
index fbc5d48..ad1079e 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -25,8 +25,6 @@ define $(PKG)_BUILD
# The value for WAVE_FORMAT_DOLBY_AC3_SPDIF comes from vlc and mplayer:
# http://www.videolan.org/developers/vlc/doc/doxygen/html/vlc__codecs_8h-source.html
# http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2004-August/019283.html
- # following autoconf call is only required for release 0.10.26
- cd '$(1)' && autoconf
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
diff --git a/src/gstreamer.mk b/src/gstreamer.mk
index a765a76..9a00942 100644
--- a/src/gstreamer.mk
+++ b/src/gstreamer.mk
@@ -21,8 +21,6 @@ endef
define $(PKG)_BUILD
$(SED) -i 's,glib-mkenums,$(PREFIX)/$(TARGET)/bin/glib-mkenums,g' '$(1)'/gst/Makefile.in
$(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' '$(1)'/gst/Makefile.in
- # following autoconf call is only required for release 0.10.31
- cd '$(1)' && autoconf
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \