5f3dc70b4f
Previous snapshot is now more than 2 years, and numerous fixes have been added to svn. Old Patch is now upstream, libogg is required. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
373 B
Makefile
16 lines
373 B
Makefile
############################################################
|
|
#
|
|
# Tremor (Integer decoder for Vorbis)
|
|
#
|
|
############################################################
|
|
|
|
TREMOR_SITE = http://svn.xiph.org/trunk/Tremor/
|
|
TREMOR_SITE_METHOD = svn
|
|
TREMOR_VERSION = 18153
|
|
|
|
TREMOR_AUTORECONF = YES
|
|
TREMOR_INSTALL_STAGING = YES
|
|
TREMOR_DEPENDENCIES = libogg
|
|
|
|
$(eval $(call AUTOTARGETS))
|