diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 13:52:47 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 13:52:47 +0100 |
commit | e6cdced39937cdb4b171f3505cc208758c80dc2c (patch) | |
tree | 8c6b25ecc6ab903eba91e1680f53e873dfe71143 /package/multimedia/gst-plugins-base | |
parent | e743a01ee550af48fb1b8d177c01d957947afa5d (diff) |
package/multimedia: apply libtool patch where possible
Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.
Notice: libmad/libid3tag/madplay/taglib not changed, as they use a very
old 1.5 version, where our buildroot-libtool-v1.5.patch doesn't apply.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-base')
-rw-r--r-- | package/multimedia/gst-plugins-base/gst-plugins-base.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base.mk b/package/multimedia/gst-plugins-base/gst-plugins-base.mk index 828d156c0..1d0b19dd6 100644 --- a/package/multimedia/gst-plugins-base/gst-plugins-base.mk +++ b/package/multimedia/gst-plugins-base/gst-plugins-base.mk @@ -7,7 +7,6 @@ GST_PLUGINS_BASE_VERSION = 0.10.32 GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.bz2 GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base GST_PLUGINS_BASE_INSTALL_STAGING = YES -GST_PLUGINS_BASE_LIBTOOL_PATCH = NO # freetype is only used by examples, but if it is not found # and the host has a freetype-config script, then the host |