Fix prepare-silk target on host machines that do not have the mediastreamer library installed.
This commit is contained in:
parent
88f2454965
commit
a8357c74ef
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -200,7 +200,7 @@ $(LIBMSSILK_SRC_DIR)/configure:
|
|||
|
||||
$(LIBMSSILK_BUILD_DIR)/Makefile: $(LIBMSSILK_SRC_DIR)/configure
|
||||
cd $(LIBMSSILK_BUILD_DIR) && \
|
||||
$(LIBMSSILK_SRC_DIR)/configure --host=arm-linux MEDIASTREAMER_CFLAGS=" " MEDIASTREAMER_LIBS=" "
|
||||
$(LIBMSSILK_SRC_DIR)/configure --without-mediastreamer --host=arm-linux MEDIASTREAMER_CFLAGS=" " MEDIASTREAMER_LIBS=" "
|
||||
|
||||
#make sure to update this path if SILK sdk is changed
|
||||
$(LIBMSSILK_BUILD_DIR)/sdk/SILK_SDK_SRC_v1.0.8/SILK_SDK_SRC_ARM_v1.0.8/src/SKP_Silk_resampler.c: $(LIBMSSILK_BUILD_DIR)/Makefile
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2958b2904de6f58372cda7068db3828308563f7d
|
||||
Subproject commit bc64cb1972a4d4bab9ccd25ed3c24fe9eae9b976
|
Loading…
Reference in a new issue