The cdrom code doesn't build on MacOS X 10.1, disabled for now...
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40685
This commit is contained in:
parent
f6e2eb2782
commit
42325ef76b
1 changed files with 6 additions and 3 deletions
|
@ -2422,9 +2422,12 @@ case "$target" in
|
||||||
fi
|
fi
|
||||||
# Set up files for the cdrom library
|
# Set up files for the cdrom library
|
||||||
if test x$enable_cdrom = xyes; then
|
if test x$enable_cdrom = xyes; then
|
||||||
CDROM_SUBDIRS="$CDROM_SUBDIRS macosx"
|
# The CD-ROM code won't work on old versions of MacOS X yet...
|
||||||
CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la"
|
#CDROM_SUBDIRS="$CDROM_SUBDIRS macosx"
|
||||||
SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++"
|
#CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la"
|
||||||
|
#SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++"
|
||||||
|
CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
|
||||||
|
CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
|
||||||
fi
|
fi
|
||||||
# Set up files for the thread library
|
# Set up files for the thread library
|
||||||
if test x$enable_threads = xyes; then
|
if test x$enable_threads = xyes; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue