Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <thorvald@-e false.(none)>2009-04-29 19:44:43 +0400
committerThorvald Natvig <thorvald@-e false.(none)>2009-04-29 19:44:43 +0400
commit98eb6a5067901d8e9d2c8364dd3823b911f50605 (patch)
treeea26dff5f9e9356699d1f32770b87e9a2a1872b1 /speexbuild
parent0efd1dc36ac29de69b34adee0203d93a2baa05df (diff)
Fix error messages from celt/speex build files
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/speexbuild.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index 17228959d..687124b69 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -4,8 +4,8 @@ include(../compiler.pri)
message("The speex/ directory was not found. You need to do one of the following:")
message("")
message("Option 1: Use Speex Git:")
- message("git submodule init");
- message("git submodule update");
+ message("git submodule init")
+ message("git submodule update")
message("")
message("Option 2: Use system speex (only if it's a bleeding edge version):")
message("qmake CONFIG+=no-bundled-speex -recursive")