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:
Luca Ceresoli 2012-05-07 10:43:05 +00:00 committed by Peter Korsgaard
parent b3e10d197d
commit 29e62eeb1e

View File

@ -3,9 +3,8 @@
# speex # speex
# #
############################################################# #############################################################
SPEEX_VERSION=1.2rc1 SPEEX_VERSION = 1.2rc1
SPEEX_SOURCE=speex-$(SPEEX_VERSION).tar.gz SPEEX_SITE = http://downloads.us.xiph.org/releases/speex
SPEEX_SITE=http://downloads.us.xiph.org/releases/speex
SPEEX_INSTALL_STAGING = YES SPEEX_INSTALL_STAGING = YES
SPEEX_DEPENDENCIES = libogg SPEEX_DEPENDENCIES = libogg
SPEEX_CONF_OPT = --with-ogg-libraries=$(STAGING_DIR)/usr/lib \ SPEEX_CONF_OPT = --with-ogg-libraries=$(STAGING_DIR)/usr/lib \