fixed for openembedded

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@779 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 19 years ago
parent 3a5cdd5aed
commit 1def08eaae

@ -1,7 +1,7 @@
plug_in_name = speex
SPEEX_INC?=/usr/include/
SPEEX_LIB?=-lspeex
SPEEX_INC=/usr/include/
SPEEX_LIB=-lspeex
# or:
# SPEEXDIR?=speex_src
@ -14,6 +14,10 @@ SPEEX_LIB?=-lspeex
module_ldflags = $(SPEEX_LIB)
module_cflags = -I $(SPEEX_INC) -ansi # -DNOFPU
ifdef NOFPU
module_cflags += -DNOFPU
endif
# or
# module_extra_objs = $(SPEEX_LIB)
#extra_clean = clean_speex

Loading…
Cancel
Save