[vlc-devel] commit: Fixes a build error on OS X (Brian Weaver )

git version control git at videolan.org
Sun Dec 27 11:43:35 CET 2009


vlc | branch: master | Brian Weaver <cmdrclueless at gmail.com> | Sat Dec 26 19:52:58 2009 -0500| [035d5591089275adc7b07c4dab2fac015f248940] | committer: Felix Paul Kühne 

Fixes a build error on OS X

Build problem in the modules/video_output directory

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=035d5591089275adc7b07c4dab2fac015f248940
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 812fd45..7071c47 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])




More information about the vlc-devel mailing list