[vlc-commits] configure: no need to link the Mac UI against OpenGL or even AGL
Felix Paul Kühne
git at videolan.org
Wed Jan 23 00:51:39 CET 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jan 23 00:51:33 2013 +0100| [c8b288568ebef6c8945683310c4ea2c16181c0fb] | committer: Felix Paul Kühne
configure: no need to link the Mac UI against OpenGL or even AGL
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c8b288568ebef6c8945683310c4ea2c16181c0fb
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 7e67d1e..bbced23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
More information about the vlc-commits
mailing list