comparison 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
comparison
equal deleted inserted replaced
1373:04499d3e1b6b 1374:998b7f9a287a
2228 if test x$enable_video_cocoa = xyes; then 2228 if test x$enable_video_cocoa = xyes; then
2229 BUILD_LIBS="$BUILD_LIBS -framework Cocoa" 2229 BUILD_LIBS="$BUILD_LIBS -framework Cocoa"
2230 fi 2230 fi
2231 if test x$enable_video_carbon = xyes -o x$enable_video_cocoa = xyes; then 2231 if test x$enable_video_carbon = xyes -o x$enable_video_cocoa = xyes; then
2232 # The Cocoa backend still needs Carbon, and the YUV code QuickTime 2232 # The Cocoa backend still needs Carbon, and the YUV code QuickTime
2233 BUILD_LIBS="$BUILD_LIBS -framework Carbon -framework QuickTime" 2233 BUILD_LIBS="$BUILD_LIBS -framework QuickTime -framework ApplicationServices"
2234 BUILD_LIBS="$BUILD_LIBS -framework Carbon"
2234 fi 2235 fi
2235 # If either the audio or CD driver is used, add the AudioUnit framework 2236 # If either the audio or CD driver is used, add the AudioUnit framework
2236 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then 2237 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then
2237 BUILD_LIBS="$BUILD_LIBS -framework AudioToolbox -framework AudioUnit" 2238 BUILD_LIBS="$BUILD_LIBS -framework AudioToolbox -framework AudioUnit"
2238 fi 2239 fi