kumquat-buildroot/package/multimedia/gstreamer/gstreamer.mk
Felipe Contreras 7120391443 gstreamer: update to the latest gstreamer +plugins packages
liboil is not needed not used any more. orc _can_ be used instead, but
it's not needed.

[Peter: get rid of liboil selects]
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-04 22:26:09 +01:00

28 lines
838 B
Makefile

#############################################################
#
# gstreamer
#
#############################################################
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
# in the configure script.
ifeq ($(BR2_avr32),y)
GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
endif
GSTREAMER_CONF_OPT = \
--disable-examples \
--disable-tests \
--disable-failing-tests \
--disable-loadsave
GSTREAMER_DEPENDENCIES = libglib2 host-pkg-config
$(eval $(call AUTOTARGETS,package/multimedia,gstreamer))