aboutsummaryrefslogtreecommitdiff
path: root/backends/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2012-12-30 13:38:56 -0500
committerJohannes Schickel2016-03-13 13:53:55 +0100
commit47a82f2d1b776ec46d98715c9af3e7ec37a3d206 (patch)
tree13c78700b58900f6b2a672d7674ca2b8c3203cc0 /backends/module.mk
parent55a87c59b61fe6758faee3a3e388b2a8979c7cb8 (diff)
downloadscummvm-rg350-47a82f2d1b776ec46d98715c9af3e7ec37a3d206.tar.gz
scummvm-rg350-47a82f2d1b776ec46d98715c9af3e7ec37a3d206.tar.bz2
scummvm-rg350-47a82f2d1b776ec46d98715c9af3e7ec37a3d206.zip
BACKENDS: Add a custom Mac OS X CD audio manager
Since Mac OS X Carbon/Cocoa API isn't stable (in that it's changed multiple times over the years). Maintaining two versions of the same code (one in some foreign language with overly long names) isn't very appealing to me.
Diffstat (limited to 'backends/module.mk')
-rw-r--r--backends/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 3d412c031a..01e601ead7 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -97,6 +97,7 @@ endif
ifdef MACOSX
MODULE_OBJS += \
+ audiocd/macosx/macosx-audiocd.o \
midi/coreaudio.o \
midi/coremidi.o \
updates/macosx/macosx-updates.o \