Mercurial > sdl-ios-xcode
diff configure.in @ 1374:998b7f9a287a
QuickTime depends on Carbon and ApplicationServices
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 Feb 2006 17:38:32 +0000 |
parents | 04499d3e1b6b |
children | 6b36d9bee83b |
line wrap: on
line diff
--- a/configure.in Sun Feb 19 16:42:18 2006 +0000 +++ b/configure.in Sun Feb 19 17:38:32 2006 +0000 @@ -2230,7 +2230,8 @@ fi if test x$enable_video_carbon = xyes -o x$enable_video_cocoa = xyes; then # The Cocoa backend still needs Carbon, and the YUV code QuickTime - BUILD_LIBS="$BUILD_LIBS -framework Carbon -framework QuickTime" + BUILD_LIBS="$BUILD_LIBS -framework QuickTime -framework ApplicationServices" + BUILD_LIBS="$BUILD_LIBS -framework Carbon" fi # If either the audio or CD driver is used, add the AudioUnit framework if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then