Skip to content

Commit

Permalink
submodules: update bunch of them
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Jun 22, 2016
1 parent d87354a commit 43eade8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def check_environment(self):
if find_executable("nasm"):
nasm_output = Popen("nasm -f elf32".split(" "), stderr=PIPE, stdout=PIPE).stderr.read()
if "fatal: unrecognised output format" in nasm_output:
error("Invalid version of nasm detected. Please make sure that you are NOT using Apple's binary here")
self.missing_dependencies["nasm"] = "nasm"
reterr = 1

Expand Down
2 changes: 1 addition & 1 deletion submodules/bctoolbox
Submodule bctoolbox updated from 285750 to 75de60
2 changes: 1 addition & 1 deletion submodules/belle-sip
Submodule belle-sip updated from 0d11b6 to e74398
2 changes: 1 addition & 1 deletion submodules/bzrtp
Submodule bzrtp updated from b8033c to 88104f
2 changes: 1 addition & 1 deletion submodules/cmake-builder
Submodule cmake-builder updated from a4fbcb to 0ffa32
2 changes: 1 addition & 1 deletion submodules/linphone
Submodule linphone updated from af2ecd to 747209

0 comments on commit 43eade8

Please sign in to comment.