[MPlayer-cvslog] r29235 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Apr 25 20:39:19 CEST 2009
Author: diego
Date: Sat Apr 25 20:39:19 2009
New Revision: 29235
Log:
Remove unnecessary -framework OpenGL from CoreVideo linker flags.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Apr 25 19:52:55 2009 (r29234)
+++ trunk/configure Sat Apr 25 20:39:19 2009 (r29235)
@@ -3858,11 +3858,11 @@ if test "$_corevideo" = auto ; then
int main(void) { return 0; }
EOF
_corevideo=no
- cc_check -framework Carbon -framework QuartzCore -framework OpenGL && _corevideo=yes
+ cc_check -framework Carbon -framework QuartzCore && _corevideo=yes
fi
if test "$_corevideo" = yes ; then
_vomodules="macosx $_vomodules"
- extra_ldflags="$extra_ldflags -framework Cocoa -framework QuartzCore -framework OpenGL"
+ extra_ldflags="$extra_ldflags -framework Cocoa -framework QuartzCore"
def_corevideo='#define CONFIG_COREVIDEO 1'
else
_novomodules="macosx $_novomodules"
More information about the MPlayer-cvslog
mailing list