Added initial support for Quartz video (thanks Darrell!)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4048
This commit is contained in:
parent
d9a2eb5ef1
commit
72f7279bf8
23 changed files with 2127 additions and 29 deletions
|
@ -63,6 +63,10 @@ case "$target" in
|
|||
*-*-linux*)
|
||||
AC_PROG_CXX
|
||||
;;
|
||||
*-*-darwin*)
|
||||
OBJC="???"
|
||||
AC_SUBST(OBJC)
|
||||
;;
|
||||
esac
|
||||
AC_PROG_INSTALL
|
||||
AC_FUNC_ALLOCA
|
||||
|
@ -1979,6 +1983,7 @@ src/video/ggi/Makefile
|
|||
src/video/maccommon/Makefile
|
||||
src/video/macdsp/Makefile
|
||||
src/video/macrom/Makefile
|
||||
src/video/quartz/Makefile
|
||||
src/video/svga/Makefile
|
||||
src/video/aalib/Makefile
|
||||
src/video/wincommon/Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue