package/multimedia/gstreamer: bump version
[avatt.git] / package / multimedia / gstreamer / gstreamer.mk
blob8b30209b7f1225385cf9e00231910f4423d60f7f
1 #############################################################
3 # gstreamer
5 #############################################################
6 GSTREAMER_VERSION = 0.10.22
7 GSTREAMER_SOURCE = gstreamer-$(GSTREAMER_VERSION).tar.bz2
8 GSTREAMER_SITE = http://gstreamer.freedesktop.org/src/gstreamer
9 GSTREAMER_INSTALL_STAGING = YES
10 GSTREAMER_LIBTOOL_PATCH = NO
12 # Checking if unaligned memory access works correctly cannot be done when cross
13 # compiling. For the following architectures there is no information available
14 # in the configure script.
15 ifeq ($(BR2_avr32),y)
16 GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
17 endif
18 ifeq ($(BR2_nios2),y)
19 GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
20 endif
22 GSTREAMER_CONF_OPT = \
23 --disable-examples \
24 --disable-tests \
25 --disable-failing-tests
27 GSTREAMER_DEPENDENCIES = libglib2 libxml2 host-pkgconfig
29 $(eval $(call AUTOTARGETS,package/multimedia,gstreamer))