From 035d5591089275adc7b07c4dab2fac015f248940 Mon Sep 17 00:00:00 2001 From: Brian Weaver <cmdrclueless@gmail.com> Date: Sat, 26 Dec 2009 19:52:58 -0500 Subject: [PATCH] Fixes a build error on OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build problem in the modules/video_output directory Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 812fd45e490d..7071c47c21c1 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- GitLab