speex: remove redundant SPEEX_SOURCE definition
Also fix Makefile coding style Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b3e10d197d
commit
29e62eeb1e
@ -3,9 +3,8 @@
|
||||
# speex
|
||||
#
|
||||
#############################################################
|
||||
SPEEX_VERSION=1.2rc1
|
||||
SPEEX_SOURCE=speex-$(SPEEX_VERSION).tar.gz
|
||||
SPEEX_SITE=http://downloads.us.xiph.org/releases/speex
|
||||
SPEEX_VERSION = 1.2rc1
|
||||
SPEEX_SITE = http://downloads.us.xiph.org/releases/speex
|
||||
SPEEX_INSTALL_STAGING = YES
|
||||
SPEEX_DEPENDENCIES = libogg
|
||||
SPEEX_CONF_OPT = --with-ogg-libraries=$(STAGING_DIR)/usr/lib \
|
||||
|
Loading…
Reference in New Issue
Block a user