mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
MACOSX_COREVIDEO --> corevideo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26241 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f9da8542dd
commit
5e49bb2dd2
12
configure
vendored
12
configure
vendored
@ -3599,12 +3599,12 @@ EOF
|
||||
_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 = $_macosx
|
||||
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
|
||||
$_def_macosx_finder_support
|
||||
$_def_macosx_bundle
|
||||
$_def_coreaudio
|
||||
$_def_macosx_corevideo
|
||||
$_def_corevideo
|
||||
|
||||
/* Build our Win32-loader */
|
||||
$_def_win32_loader
|
||||
|
@ -124,7 +124,7 @@ const vo_functions_t* const video_out_drivers[] =
|
||||
#ifdef HAVE_DIRECTX
|
||||
&video_out_directx,
|
||||
#endif
|
||||
#ifdef MACOSX_COREVIDEO
|
||||
#ifdef HAVE_COREVIDEO
|
||||
&video_out_macosx,
|
||||
#endif
|
||||
#ifdef MACOSX
|
||||
|
Loading…
Reference in New Issue
Block a user