From ad2dcd9cf86f4079c33fc4d8d17397a8fd5f96f8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 19 Feb 2006 17:38:32 +0000 Subject: [PATCH] QuickTime depends on Carbon and ApplicationServices --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index da68fd5ed..a057a7377 100644 --- a/configure.in +++ b/configure.in @@ -2230,7 +2230,8 @@ case "$target" in 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