1
0
Fork 0
James Turner 2014-11-13 15:16:28 +00:00
parent 263bc56b4e
commit d2e3fbdc12

View file

@ -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)