* Fix again a stupid things...


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3272 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2010-06-22 14:36:50 +00:00
parent fddc5afe38
commit f3ae10f5c3
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ endif(NOT FORCE_INTERNAL_ZLIB)
include(FindA52)
include(FindCg)
include(FindGlew)
include(FindPortAudio)
if(NOT FORCE_INTERNAL_SOUNDTOUCH)
include(FindPortAudio)
include(FindSoundTouch)
endif(NOT FORCE_INTERNAL_SOUNDTOUCH)
include(FindSoundTouch)
include(FindSparseHash)
# Note for include_directory: The order is important to avoid a mess between include file from your system and the one of pcsx2