]> git.sesse.net Git - vlc/commitdiff
Fixes a build error on OS X
authorBrian Weaver <cmdrclueless@gmail.com>
Sun, 27 Dec 2009 00:52:58 +0000 (19:52 -0500)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 27 Dec 2009 10:43:27 +0000 (11:43 +0100)
Build problem in the modules/video_output directory

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
configure.ac

index 812fd45e490d8fd8dc123efd0443325cf8e41af1..7071c47c21c10924923afe9eaff2eb86388e6895 100644 (file)
@@ -4377,7 +4377,7 @@ AC_ARG_ENABLE(macosx,
   [  --enable-macosx   Mac OS X gui support (default enabled on Mac OS X)])
 if test "x${enable_macosx}" = "xyes"
 then
-  VLC_ADD_LDFLAGS([macosx minimal_macosx],[-Wl,-framework,Cocoa])
+  VLC_ADD_LDFLAGS([macosx minimal_macosx opengllayer],[-Wl,-framework,Cocoa])
   VLC_ADD_LDFLAGS([macosx minimal_macosx opengllayer],[-Wl,-framework,OpenGL])
   VLC_ADD_LDFLAGS([macosx minimal_macosx],            [-Wl,-framework,Carbon])
   VLC_ADD_LDFLAGS([macosx minimal_macosx],            [-Wl,-framework,CoreServices])