summaryrefslogtreecommitdiffstats
path: root/src/gst-plugins-good.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-12-03 16:32:59 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-12-03 16:32:59 (GMT)
commitfbaa48ad449259556ea24ed742a48c9a2c64fcd1 (patch)
tree2042200497cbbc5d1a88722f89d5fc5403ed76c3 /src/gst-plugins-good.mk
parent361a67aac7db8f2fa1f567026cf08bab82cb9040 (diff)
downloadmxe-fbaa48ad449259556ea24ed742a48c9a2c64fcd1.zip
mxe-fbaa48ad449259556ea24ed742a48c9a2c64fcd1.tar.gz
mxe-fbaa48ad449259556ea24ed742a48c9a2c64fcd1.tar.bz2
portability fix for package gstreamer and plugins
Recent autotools macro (or gstreamer specific?) AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO introduces an extraneous dot that fails on FreeBSD. Use $(SED) replacement to fix ./configure as a proper fix requires too much knowledge of autotools/gstreamer internals.
Diffstat (limited to 'src/gst-plugins-good.mk')
-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 6afd11d..8698be4 100644
--- a/src/gst-plugins-good.mk
+++ b/src/gst-plugins-good.mk
@@ -22,6 +22,7 @@ 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' {} \;
+ $(SED) -i 's,YYYY_MM_DD=`. ,YYYY_MM_DD=`,g' '$(1)'/configure
# 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