Skip to content
Snippets Groups Projects
Commit cf60a0c5 authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

Merge "format_mp3: Don't try to build format_mp3 if we don't have sources"

parents 9c4f6326 59348aa1
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,12 @@ ALL_C_MODS:=app_mysql \
cdr_mysql \
chan_mobile \
chan_ooh323 \
format_mp3 \
res_config_mysql
ifneq ($(wildcard mp3/Makefile),)
ALL_C_MODS += format_mp3
endif
all: check_mp3 _all
check_mp3:
......@@ -43,10 +46,10 @@ ifeq ($(filter format_mp3,$(MENUSELECT_ADDONS)),)
echo ; \
echo "**************************************************************" ; \
echo "*** ***" ; \
echo "*** ---> READ THIS OR YOUR BUILD WILL FAIL <--- ***" ; \
echo "*** ---> IMPORTANT INFORMATION ABOUT format_mp3 <--- ***" ; \
echo "*** ***" ; \
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 "*** command: ***" ; \
echo "*** ***" ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment