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>
2012.11.x
Luca Ceresoli 2012-05-07 10:43:05 +00:00 committed by Peter Korsgaard
parent b3e10d197d
commit 29e62eeb1e
1 changed files with 2 additions and 3 deletions

View File

@ -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 \