Typo fix, from:
http://svnweb.freebsd.org/ports/head/games/flightgear/files/patch-3rdparty-iaxclient-lib-CMakeLists.txt?revision=372111&view=markup
This commit is contained in:
parent
263bc56b4e
commit
d2e3fbdc12
1 changed files with 3 additions and 3 deletions
6
3rdparty/iaxclient/lib/CMakeLists.txt
vendored
6
3rdparty/iaxclient/lib/CMakeLists.txt
vendored
|
@ -1,6 +1,6 @@
|
|||
# CMakeLists.txt, for utils/iaxclient/lib - 20130925
|
||||
# even if we don't select the codec, speex is used for pre-processing audio
|
||||
set(ENABLE_SPEXX 1)
|
||||
set(ENABLE_SPEEX 1)
|
||||
|
||||
set(IAXCLIENT_BASE_SOURCES
|
||||
audio_encode.c
|
||||
|
@ -57,7 +57,7 @@ else()
|
|||
list(APPEND IAXCLIENT_BASE_SOURCES unixfuncs.c)
|
||||
endif(WIN32)
|
||||
|
||||
if (ENABLE_SPEXX)
|
||||
if (ENABLE_SPEEX)
|
||||
list(APPEND IAXCLIENT_BASE_SOURCES codec_speex.c)
|
||||
|
||||
if (SYSTEM_SPEEX)
|
||||
|
@ -115,7 +115,7 @@ if (ENABLE_SPEXX)
|
|||
|
||||
include_directories(${PROJECT_SOURCE_DIR}/3rdparty/iaxclient/lib/libspeex/include)
|
||||
endif(SPEEX_FOUND AND SPEEXDSP_FOUND)
|
||||
endif(ENABLE_SPEXX)
|
||||
endif(ENABLE_SPEEX)
|
||||
|
||||
if (ENABLE_ALSA)
|
||||
list(APPEND IAXCLIENT_BASE_SOURCES audio_alsa.c)
|
||||
|
|
Loading…
Reference in a new issue