aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-12 18:15:16 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-12 18:15:16 +0000
commitf63dbfca6f7fb53de8507fe5a872fa8b563baeb8 (patch)
tree4313c0cfef91911be35ccd55baeb432d277f7c95 /Makefile
parent8935978c314f1fb1d7b123220e07b576b106828b (diff)
we have to call sys_audio_close() when resetting the audio-api
unfortunately this has not been made public yet, so there is a fallback using Pd's message api (with the drawback, that this would popup a preferences window if pd-gui is enabled) svn path=/trunk/externals/iem/mediasettings/; revision=14724
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 24a1fae..2d18f48 100644
--- a/Makefile
+++ b/Makefile
@@ -47,11 +47,10 @@ INSTALL = install
INSTALL_FILE = $(INSTALL) -p -m 644
INSTALL_DIR = $(INSTALL) -p -m 755 -d
-CFLAGS = -DPD -I$(PD_PATH)/src -I$(prefix)/include/pd -Wall -W -g
+CFLAGS = -DPD -I$(PD_PATH)/src -I$(prefix)/include/pd -Wall -W -g -DHAVE_SYS_CLOSE_AUDIO
LDFLAGS =
LIBS =
-ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx) \
- $(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows)
+ALLSOURCES := $(SOURCES)
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)