Skip to content
Snippets Groups Projects
Commit e8e32079 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't use ALSA on Windows.

parent 8f919a6c
No related branches found
No related tags found
No related merge requests found
Pipeline #7777 passed
......@@ -214,6 +214,7 @@ ifndef WITHOUT_PORTAUDIO
endif
endif
endif
ifndef win
ifndef WITHOUT_ALSA_SOUND
ifeq ($(shell if [ -f /usr/include/alsa/asoundlib.h ] ; then echo YES ; fi),YES)
XPDEV-MT_CFLAGS += -DUSE_ALSA_SOUND
......@@ -225,6 +226,7 @@ ifndef WITHOUT_ALSA_SOUND
endif
endif
endif
endif
ifndef NO_PULSEAUDIO
ifeq ($(shell command -v pkg-config > /dev/null && pkg-config --exists libpulse-simple && echo 'YES'),YES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment