Commit c879c8da authored by Sam Lantinga's avatar Sam Lantinga

QuickTime depends on Carbon and ApplicationServices

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401378
parent 4d1cb059
...@@ -2230,7 +2230,8 @@ case "$target" in ...@@ -2230,7 +2230,8 @@ case "$target" in
fi fi
if test x$enable_video_carbon = xyes -o x$enable_video_cocoa = xyes; then 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 # 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 fi
# If either the audio or CD driver is used, add the AudioUnit framework # 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 if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment