[MPlayer-cvslog] r29238 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Apr 26 10:59:19 CEST 2009
Author: diego
Date: Sun Apr 26 10:59:18 2009
New Revision: 29238
Log:
Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Apr 25 21:09:54 2009 (r29237)
+++ trunk/configure Sun Apr 26 10:59:18 2009 (r29238)
@@ -3858,11 +3858,11 @@ if test "$_corevideo" = auto ; then
int main(void) { return 0; }
EOF
_corevideo=no
- cc_check -framework Carbon -framework QuartzCore && _corevideo=yes
+ cc_check -framework Carbon -framework QuartzCore -framework OpenGL && _corevideo=yes
fi
if test "$_corevideo" = yes ; then
_vomodules="macosx $_vomodules"
- extra_ldflags="$extra_ldflags -framework Carbon -framework QuartzCore"
+ extra_ldflags="$extra_ldflags -framework Cocoa -framework QuartzCore -framework OpenGL"
def_corevideo='#define CONFIG_COREVIDEO 1'
else
_novomodules="macosx $_novomodules"
More information about the MPlayer-cvslog
mailing list