Mercurial > mplayer.hg
changeset 29196:6628f10220b1
Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
author | diego |
---|---|
date | Sun, 26 Apr 2009 08:59:18 +0000 |
parents | a49f45515e08 |
children | 555e48cecd19 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"