Externals: Alter the soundtouch include directory.
We must not provide the /Externals directory as global include directory. Here, this yield a crash because of external minizip header and system library mismatch. Soundtouch itself recormends to include it with <SoundTouch.h> and -I/usr/include/soundtouch, so this should fit better.
This commit is contained in:
+1
-1
@@ -654,7 +654,7 @@ endif()
|
||||
# Using static soundtouch from Externals
|
||||
# Unable to use system soundtouch library: We require shorts, not floats.
|
||||
add_subdirectory(Externals/soundtouch)
|
||||
include_directories(Externals)
|
||||
include_directories(Externals/soundtouch)
|
||||
|
||||
find_package(Cubeb)
|
||||
if(CUBEB_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user