Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Made the comment more readable
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
configure.in
|
@@ -2672,7 +2672,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau |
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" |
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon" |
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,IOKit" |
|
|
# If either the audio is used, add the AudioUnit framework |
|
|
# If audio is used, add the AudioUnit framework |
|
|
if test x$enable_audio = xyes; then |
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit" |
|
|
fi |
|
|