5d6f32878f
Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 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))
|