Mercurial > sdl-ios-xcode
comparison configure.in @ 4204:976bc19f8f6b SDL-1.2
1.2 Quartz video: Ripped out QuickDraw and QuickTime.
Now we use the software path for YUV, and CoreGraphics for 2D stuff.
There are several other 10.6 fixes in here, too...now we can build a 64-bit
SDL for Snow Leopard!
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 21 Sep 2009 06:08:23 +0000 |
parents | 2f5e884f0a9d |
children | 453587d6dc87 |
comparison
equal
deleted
inserted
replaced
4203:7e5486073044 | 4204:976bc19f8f6b |
---|---|
2694 if test x$enable_video_cocoa = xyes; then | 2694 if test x$enable_video_cocoa = xyes; then |
2695 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" | 2695 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" |
2696 need_iokit_framework=yes | 2696 need_iokit_framework=yes |
2697 fi | 2697 fi |
2698 if test x$enable_video_carbon = xyes -o x$enable_video_cocoa = xyes; then | 2698 if test x$enable_video_carbon = xyes -o x$enable_video_cocoa = xyes; then |
2699 # The Cocoa backend still needs Carbon, and the YUV code QuickTime | 2699 # The Cocoa backend still needs Carbon |
2700 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,QuickTime -Wl,-framework,ApplicationServices" | 2700 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,ApplicationServices" |
2701 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" | 2701 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" |
2702 fi | 2702 fi |
2703 # If either the audio or CD driver is used, add the AudioUnit framework | 2703 # If either the audio or CD driver is used, add the AudioUnit framework |
2704 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then | 2704 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then |
2705 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit" | 2705 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit" |