aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2012-08-21 20:35:36 +1200
committerMatthew Gregan <[email protected]>2012-08-21 20:35:36 +1200
commit4a0dfb6322a00b453f30d3b088c791562053d88f (patch)
tree0acb93d393577e7571b7d108523c7273631cb9d8
parent2d7d3e8f2ecabb70d2723f3c86fcb591a84b7f85 (diff)
downloadcubeb-4a0dfb6322a00b453f30d3b088c791562053d88f.tar.gz
cubeb-4a0dfb6322a00b453f30d3b088c791562053d88f.zip
audiounit: fix build after coreaudio -> audiounit rename.
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index dc531b2..5f465d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,7 @@ if ALSA
src_libcubeb_la_SOURCES = src/cubeb_alsa.c
endif
if COREAUDIO
-src_libcubeb_la_SOURCES = src/cubeb_coreaudio.c
+src_libcubeb_la_SOURCES = src/cubeb_audiounit.c
endif
if WAVE
src_libcubeb_la_SOURCES = src/cubeb_winmm.c
@@ -42,8 +42,8 @@ endif
EXTRA_src_libcubeb_la_SOURCES = \
cubeb_alsa.c cubeb_pulse.c \
- cubeb_coreaudio.c cubeb_sndio.c \
- cubeb_directsound.c cubeb_winmm.c
+ cubeb_audiounit.c cubeb_audioqueue.c \
+ cubeb_sndio.c cubeb_directsound.c cubeb_winmm.c
src_libcubeb_la_LDFLAGS = -pthread -export-symbols-regex '^cubeb_' $(platform_lib)