Mercurial > mplayer.hg
changeset 29193:98b3b785bdff
Remove unnecessary -framework OpenGL from CoreVideo linker flags.
author | diego |
---|---|
date | Sat, 25 Apr 2009 18:39:19 +0000 |
parents | 2d917ca20886 |
children | 3a157edc770d |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"