summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 16:55:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-04 16:55:05 +0000
commit27bc918ffeb095a2e932e373fa718fbb3a3f36c7 (patch)
treefb6d67a337ad665432731d9708d20121240e7e3f /configure
parente3ec5b1fd377254e19685ddcce0988efda8bffbf (diff)
downloadmpv-27bc918ffeb095a2e932e373fa718fbb3a3f36c7.tar.bz2
mpv-27bc918ffeb095a2e932e373fa718fbb3a3f36c7.tar.xz
Rename macosx video output driver to corevideo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29252 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 488783e81b..3e2f1526f6 100755
--- a/configure
+++ b/configure
@@ -3863,11 +3863,11 @@ EOF
cc_check -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL && _corevideo=yes
fi
if test "$_corevideo" = yes ; then
- _vomodules="macosx $_vomodules"
+ _vomodules="corevideo $_vomodules"
extra_ldflags="$extra_ldflags -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL"
def_corevideo='#define CONFIG_COREVIDEO 1'
else
- _novomodules="macosx $_novomodules"
+ _novomodules="corevideo $_novomodules"
def_corevideo='#undef CONFIG_COREVIDEO'
fi
echores "$_corevideo"