1 ################################################################################
5 ################################################################################
7 VORBIS_TOOLS_VERSION
= 1.4.0
8 VORBIS_TOOLS_SITE
= http
://downloads.xiph.org
/releases
/vorbis
9 VORBIS_TOOLS_LICENSE
= GPLv2
10 VORBIS_TOOLS_LICENSE_FILES
= COPYING
11 VORBIS_TOOLS_DEPENDENCIES
= libao libogg libvorbis libcurl
12 VORBIS_TOOLS_CONF_OPTS
= --program-transform-name
=''
13 # ogg123 calls math functions but forgets to link with libm
14 VORBIS_TOOLS_CONF_ENV
= LIBS
=-lm
16 ifeq ($(BR2_PACKAGE_FLAC
),y
)
17 VORBIS_TOOLS_DEPENDENCIES
+= flac
20 ifeq ($(BR2_PACKAGE_SPEEX
),y
)
21 VORBIS_TOOLS_DEPENDENCIES
+= speex
24 $(eval
$(autotools-package
))