diff --git a/plugins/GSdx/CMakeLists.txt b/plugins/GSdx/CMakeLists.txt index ebb5585f4b..70e3262bcf 100644 --- a/plugins/GSdx/CMakeLists.txt +++ b/plugins/GSdx/CMakeLists.txt @@ -192,7 +192,6 @@ add_executable(${Replay} linux_replay.cpp) target_link_libraries(${Output} ${X11_LIBRARIES}) target_link_libraries(${Output} ${GLEW_LIBRARY}) target_link_libraries(${Output} ${OPENGL_LIBRARIES}) - if(projectSDL) target_link_libraries(${Output} ${SDL_LIBRARY}) endif(projectSDL) @@ -202,6 +201,9 @@ target_link_libraries(${Replay} ${X11_LIBRARIES}) target_link_libraries(${Replay} ${GLEW_LIBRARY}) target_link_libraries(${Replay} ${GTK2_LIBRARIES}) target_link_libraries(${Replay} ${Static}) +if(projectSDL) + target_link_libraries(${Replay} ${SDL_LIBRARY}) +endif(projectSDL) if(NOT USER_CMAKE_LD_FLAGS STREQUAL "") diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index 7133ae4280..bb5a8c5b4b 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -1205,7 +1205,7 @@ EXPORT_C GSReplay(char* lpszCmdLine, int renderer) packets.push_back(p); } - sleep(30); + sleep(10); // FIXME too slow :p // sleep(100);