Skip to content
Snippets Groups Projects
Commit af92aa97 authored by Philippe Groarke's avatar Philippe Groarke Committed by Tristan Matthews
Browse files

audio: stubbed out build for CoreAudio support

Refs #57975

Change-Id: Ib7faa1e3594d4211cb496061532f68cb7431a1c3
parent 45c52aa5
No related branches found
No related tags found
No related merge requests found
...@@ -599,6 +599,7 @@ AC_CONFIG_FILES([Makefile \ ...@@ -599,6 +599,7 @@ AC_CONFIG_FILES([Makefile \
src/audio/alsa/Makefile \ src/audio/alsa/Makefile \
src/audio/opensl/Makefile \ src/audio/opensl/Makefile \
src/audio/jack/Makefile \ src/audio/jack/Makefile \
src/audio/coreaudio/Makefile \
src/audio/sound/Makefile \ src/audio/sound/Makefile \
src/audio/codecs/Makefile \ src/audio/codecs/Makefile \
src/config/Makefile \ src/config/Makefile \
......
...@@ -20,6 +20,8 @@ if BUILD_JACK ...@@ -20,6 +20,8 @@ if BUILD_JACK
SUBDIRS += jack SUBDIRS += jack
endif endif
SUBDIRS += coreaudio
if BUILD_SPEEXDSP if BUILD_SPEEXDSP
SFL_SPEEXDSP_SRC=dsp.cpp SFL_SPEEXDSP_SRC=dsp.cpp
SFL_SPEEXDSP_HEAD=dsp.h SFL_SPEEXDSP_HEAD=dsp.h
...@@ -77,6 +79,11 @@ if BUILD_ALSA ...@@ -77,6 +79,11 @@ if BUILD_ALSA
libaudio_la_LIBADD += ./alsa/libalsalayer.la libaudio_la_LIBADD += ./alsa/libalsalayer.la
endif endif
if HAVE_OSX
#FIXME: not built yet
#libaudio_la_LIBADD += ./coreaudio/libcoreaudiolayer.la
endif
if BUILD_OPENSL if BUILD_OPENSL
libaudio_la_LIBADD += ./opensl/libopensl.la libaudio_la_LIBADD += ./opensl/libopensl.la
libaudio_la_LDFLAGS += -lOpenSLES libaudio_la_LDFLAGS += -lOpenSLES
......
# FIXME: implement!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment