2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2009-12-04 00:02:01 +01:00
|
|
|
#
|
2013-07-22 07:30:22 +02:00
|
|
|
# tremor
|
2009-12-04 00:02:01 +01:00
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2009-12-04 00:02:01 +01:00
|
|
|
|
2012-01-25 14:33:13 +01:00
|
|
|
TREMOR_SITE = http://svn.xiph.org/trunk/Tremor/
|
|
|
|
TREMOR_SITE_METHOD = svn
|
|
|
|
TREMOR_VERSION = 18153
|
2013-10-02 00:02:27 +02:00
|
|
|
TREMOR_LICENSE = BSD-3c
|
|
|
|
TREMOR_LICENSE_FILES = COPYING
|
2010-09-02 12:09:48 +02:00
|
|
|
|
2009-12-04 00:02:01 +01:00
|
|
|
TREMOR_AUTORECONF = YES
|
|
|
|
TREMOR_INSTALL_STAGING = YES
|
2012-01-25 14:33:13 +01:00
|
|
|
TREMOR_DEPENDENCIES = libogg
|
2009-12-04 00:02:01 +01:00
|
|
|
|
2012-11-10 13:43:01 +01:00
|
|
|
# tremor has ARM assembly code that cannot be compiled in Thumb2 mode,
|
|
|
|
# so we must force the traditional ARM mode.
|
|
|
|
ifeq ($(BR2_arm),y)
|
|
|
|
TREMOR_CONF_ENV = \
|
|
|
|
CFLAGS="$(TARGET_CFLAGS) -marm"
|
|
|
|
endif
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|