mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Don't cancel non-GPL build when FFMPEG is activated.
Instead, disable it.
This commit is contained in:
parent
69f88f2825
commit
b60ca6b5f7
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ ifeq ($(enable_gpl_third_parties)$(enable_zrtp),noyes)
|
|||
endif
|
||||
|
||||
ifeq ($(enable_gpl_third_parties)$(enable_ffmpeg),noyes)
|
||||
CHECKOPT_MSG += "FFMPEG is not available in non-gpl build.\n"
|
||||
# ffmpeg is not compatible with no GPL.
|
||||
enable_ffmpeg:=no
|
||||
endif
|
||||
|
||||
ifneq ($(CHECKOPT_MSG),"")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue