mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 04:25:46 -04:00
CDImageDevice: Implement disc reading for Linux
And fix it for Windows. SubQ reading should now work.
This commit is contained in:
@ -7,6 +7,9 @@ if(NOT WIN32 AND NOT ANDROID)
|
||||
find_package(WebP REQUIRED)
|
||||
find_package(ZLIB REQUIRED)
|
||||
endif()
|
||||
if(LINUX AND NOT ANDROID)
|
||||
find_package(UDEV REQUIRED)
|
||||
endif()
|
||||
if(UNIX AND NOT APPLE)
|
||||
find_package(Libbacktrace)
|
||||
if(NOT LIBBACKTRACE_FOUND)
|
||||
|
Reference in New Issue
Block a user