]> git.sesse.net Git - vlc/commitdiff
configure: no need to link the Mac UI against OpenGL or even AGL
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 22 Jan 2013 23:51:33 +0000 (00:51 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 22 Jan 2013 23:51:33 +0000 (00:51 +0100)
configure.ac

index 7e67d1e905d1b304430b21c799111776fbb67244..bbced23745a404f200ff6893c4160fb0d4af3603 100644 (file)
@@ -3673,7 +3673,7 @@ AC_ARG_ENABLE(macosx,
   [  --enable-macosx         Mac OS X gui support (default enabled on Mac OS X)])
 if test "x${enable_macosx}" != "xno" -a "${SYS}" = "darwin"
 then
-  VLC_ADD_LIBS([macosx], [-Wl,-framework,Cocoa -Wl,-framework,OpenGL -Wl,-framework,Carbon -Wl,-framework,CoreServices -Wl,-framework,AGL])
+  VLC_ADD_LIBS([macosx], [-Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,CoreServices])
   VLC_ADD_OBJCFLAGS([macosx], [-fobjc-exceptions] )
   VLC_ADD_PLUGIN([macosx])