drop usage of threads in sound system

This commit is contained in:
Eduardo Bart
2012-04-14 06:53:32 -03:00
parent 525feaf7fb
commit ae67c6adbc
5 changed files with 37 additions and 58 deletions

View File

@@ -22,7 +22,7 @@ ENDIF()
SET(Boost_USE_MULTITHREADED ON)
SET(Boost_USE_STATIC_LIBS ON)
FIND_PACKAGE(Boost COMPONENTS system thread REQUIRED)
FIND_PACKAGE(Boost COMPONENTS system REQUIRED)
IF(USE_OPENGL_ES2)
FIND_PACKAGE(OpenGLES2 REQUIRED)