Skip to content

Commit

Permalink
QuickTime depends on Carbon and ApplicationServices
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 19, 2006
1 parent 3952f58 commit ad2dcd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit ad2dcd9

Please sign in to comment.