From e6cdced39937cdb4b171f3505cc208758c80dc2c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Feb 2011 13:52:47 +0100 Subject: 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 --- package/multimedia/gstreamer/gstreamer.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/multimedia/gstreamer') diff --git a/package/multimedia/gstreamer/gstreamer.mk b/package/multimedia/gstreamer/gstreamer.mk index 558d47640..db5ccaf65 100644 --- a/package/multimedia/gstreamer/gstreamer.mk +++ b/package/multimedia/gstreamer/gstreamer.mk @@ -7,7 +7,6 @@ GSTREAMER_VERSION = 0.10.32 GSTREAMER_SOURCE = gstreamer-$(GSTREAMER_VERSION).tar.bz2 GSTREAMER_SITE = http://gstreamer.freedesktop.org/src/gstreamer GSTREAMER_INSTALL_STAGING = YES -GSTREAMER_LIBTOOL_PATCH = NO # Checking if unaligned memory access works correctly cannot be done when cross # compiling. For the following architectures there is no information available -- cgit v1.2.3