Mercurial > mplayer.hg
changeset 26209:36ba5069e6f4
MACOSX_COREVIDEO --> corevideo
author | diego |
---|---|
date | Sat, 15 Mar 2008 09:19:38 +0000 |
parents | 4980ed598e8a |
children | c5a06bc58309 |
files | configure libvo/video_out.c |
diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Mar 15 08:54:21 2008 +0000 +++ b/configure Sat Mar 15 09:19:38 2008 +0000 @@ -3599,12 +3599,12 @@ _vosrc="$_vosrc vo_macosx.m" _vomodules="macosx $_vomodules" _ld_extra="$_ld_extra -framework Cocoa -framework QuartzCore -framework OpenGL" - _def_macosx_corevideo='#define MACOSX_COREVIDEO 1' - _macosx_corevideo=yes + _def_corevideo='#define HAVE_COREVIDEO 1' + _corevideo=yes else _novomodules="macosx $_novomodules" - _def_macosx_corevideo='#undef MACOSX_COREVIDEO' - _macosx_corevideo=no + _def_corevideo='#undef HAVE_COREVIDEO' + _corevideo=no fi fi echores "$_macosx" @@ -7797,7 +7797,7 @@ MACOSX_FINDER_SUPPORT = $_macosx_finder_support MACOSX_BUNDLE = $_macosx_bundle COREAUDIO = $_coreaudio -MACOSX_COREVIDEO = $_macosx_corevideo +COREVIDEO = $_corevideo TOOLAME=$_toolame TWOLAME=$_twolame FAAC=$_faac @@ -8173,7 +8173,7 @@ $_def_macosx_finder_support $_def_macosx_bundle $_def_coreaudio -$_def_macosx_corevideo +$_def_corevideo /* Build our Win32-loader */ $_def_win32_loader