mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Fixed library names for FLAC and portmidi
This commit is contained in:
committed by
James Crook
parent
5c361631c6
commit
ca0bf0c12d
@@ -20,7 +20,7 @@ add_library(${TARGET} STATIC
|
||||
|
||||
|
||||
target_compile_definitions(${TARGET} PRIVATE
|
||||
$<$<BOOL:${WIN32}>:PX_USE_WIN_DSOUND>
|
||||
# $<$<BOOL:${WIN32}>:PX_USE_WIN_DSOUND>
|
||||
$<$<BOOL:${WIN32}>:PX_USE_WIN_MME>
|
||||
$<$<BOOL:${WIN32}>:PX_USE_WIN_WASAPI>
|
||||
$<$<IN_LIST:PA_USE_ALSA=1,${PA_DEFINITIONS}>:PX_USE_LINUX_ALSA>
|
||||
|
Reference in New Issue
Block a user