mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Merge "format_mp3: Don't try to build format_mp3 if we don't have sources" into 13
This commit is contained in:
@@ -30,9 +30,12 @@ ALL_C_MODS:=app_mysql \
|
|||||||
cdr_mysql \
|
cdr_mysql \
|
||||||
chan_mobile \
|
chan_mobile \
|
||||||
chan_ooh323 \
|
chan_ooh323 \
|
||||||
format_mp3 \
|
|
||||||
res_config_mysql
|
res_config_mysql
|
||||||
|
|
||||||
|
ifneq ($(wildcard mp3/Makefile),)
|
||||||
|
ALL_C_MODS += format_mp3
|
||||||
|
endif
|
||||||
|
|
||||||
all: check_mp3 _all
|
all: check_mp3 _all
|
||||||
|
|
||||||
check_mp3:
|
check_mp3:
|
||||||
@@ -41,10 +44,10 @@ ifeq ($(filter format_mp3,$(MENUSELECT_ADDONS)),)
|
|||||||
echo ; \
|
echo ; \
|
||||||
echo "**************************************************************" ; \
|
echo "**************************************************************" ; \
|
||||||
echo "*** ***" ; \
|
echo "*** ***" ; \
|
||||||
echo "*** ---> READ THIS OR YOUR BUILD WILL FAIL <--- ***" ; \
|
echo "*** ---> IMPORTANT INFORMATION ABOUT format_mp3 <--- ***" ; \
|
||||||
echo "*** ***" ; \
|
echo "*** ***" ; \
|
||||||
echo "*** format_mp3 has been selected to be installed, but the ***" ; \
|
echo "*** format_mp3 has been selected to be installed, but the ***" ; \
|
||||||
echo "*** mp3 decoder library has not yet been downloaded into ***" ; \
|
echo "*** MP3 decoder library has not yet been downloaded into ***" ; \
|
||||||
echo "*** the source tree. To do so, please run the following ***" ; \
|
echo "*** the source tree. To do so, please run the following ***" ; \
|
||||||
echo "*** command: ***" ; \
|
echo "*** command: ***" ; \
|
||||||
echo "*** ***" ; \
|
echo "*** ***" ; \
|
||||||
|
Reference in New Issue
Block a user