diff -r 2d30721b1a11 -r 1c7c87ce37fd QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Mon Oct 28 14:16:04 2013 +0100 +++ b/QTfrontend/CMakeLists.txt Mon Oct 28 16:53:20 2013 +0100 @@ -19,7 +19,7 @@ message(FATAL_ERROR "This version of QT is known *not* to work, please update or use a lower version") endif() -find_package(SDL REQUIRED) #video in SDLInteraction +find_package(SDL1or2) #video in SDLInteraction find_package(SDL_mixer REQUIRED) #audio in SDLInteraction if(${FFMPEG_FOUND})