mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 23:15:46 -04:00
dep: Add libpng 1.6.43
This commit is contained in:
@ -35,9 +35,8 @@ disable_compiler_warnings_for_target(rapidyaml)
|
||||
# Build dependencies on Windows/Android.
|
||||
if(WIN32 OR ANDROID)
|
||||
add_subdirectory(zlib EXCLUDE_FROM_ALL)
|
||||
disable_compiler_warnings_for_target(zlib)
|
||||
add_subdirectory(zstd EXCLUDE_FROM_ALL)
|
||||
disable_compiler_warnings_for_target(zstd)
|
||||
add_subdirectory(libpng EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
||||
if(ENABLE_CUBEB)
|
||||
|
Reference in New Issue
Block a user