summaryrefslogtreecommitdiff
path: root/mk/modules.mk
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2018-02-03 18:32:38 +0100
committerGitHub <noreply@github.com>2018-02-03 18:32:38 +0100
commit74db759ddbed32127ae763ab72be552cff2aebcc (patch)
tree123ceaaf86cf06a211d8dc29a97007f36cdaa236 /mk/modules.mk
parent671f293bbdf8f234a73d8c2e6fb75a8ee3d039ce (diff)
Aucodec sample format (#352)
* aucodec: merge s16 and fmt encode/decode into one having 2 different encode functions for s16 and other formats turned out to be a bit impractical. better to have 1 function where the sample format (fmt) can be specified. * update some aucodec modules * update test * update codec2 * update g7221 module
Diffstat (limited to 'mk/modules.mk')
-rw-r--r--mk/modules.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index 6d6ba6e..a8256a1 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -171,11 +171,6 @@ USE_MPA := $(shell [ -f $(SYSROOT)/include/twolame.h ] || \
[ -f $(SYSROOT_ALT)/include/twolame.h ] && echo "yes")
endif
endif
-USE_SPEEX := $(shell [ -f $(SYSROOT)/include/speex.h ] || \
- [ -f $(SYSROOT)/include/speex/speex.h ] || \
- [ -f $(SYSROOT)/local/include/speex.h ] || \
- [ -f $(SYSROOT)/local/include/speex/speex.h ] || \
- [ -f $(SYSROOT_ALT)/include/speex/speex.h ] && echo "yes")
USE_SPEEX_AEC := $(shell [ -f $(SYSROOT)/include/speex/speex_echo.h ] || \
[ -f $(SYSROOT)/local/include/speex/speex_echo.h ] || \
[ -f $(SYSROOT_ALT)/include/speex/speex_echo.h ] && echo "yes")