1
0
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:
Виталий Кирсанов
2019-04-14 10:48:09 +03:00
committed by James Crook
parent 5c361631c6
commit ca0bf0c12d
4 changed files with 22 additions and 13 deletions

View File

@@ -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>