# HG changeset patch # User diego # Date 1240684759 0 # Node ID 98b3b785bdff8693e29c637c7ce8571b5a8f1183 # Parent 2d917ca2088681ba3a6e9d6b048330e232a9c3d6 Remove unnecessary -framework OpenGL from CoreVideo linker flags. diff -r 2d917ca20886 -r 98b3b785bdff configure --- a/configure Sat Apr 25 17:52:55 2009 +0000 +++ b/configure Sat Apr 25 18:39:19 2009 +0000 @@ -3858,11 +3858,11 @@ 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"