# HG changeset patch # User diego # Date 1240736358 0 # Node ID 6628f10220b1328e578449d9ee5b0506f04df410 # Parent a49f45515e081148210eda188e5ae5d402b96558 Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa. diff -r a49f45515e08 -r 6628f10220b1 configure --- a/configure Sat Apr 25 19:09:54 2009 +0000 +++ b/configure Sun Apr 26 08:59:18 2009 +0000 @@ -3858,11 +3858,11 @@ 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"