mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 01:35:46 -04:00
Qt: Support disabling vsync via glXSwapInterval
This commit is contained in:
@ -39,6 +39,8 @@ endif()
|
||||
|
||||
if(ANDROID)
|
||||
find_package(EGL REQUIRED)
|
||||
else()
|
||||
find_package(OpenGL COMPONENTS EGL GLX OpenGL)
|
||||
endif()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user