From 797277a233eb779627a497ea98c756fa69ab5120 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 17 Jun 2015 22:23:08 +0200 Subject: Various spelling fixes Signed-off-by: wm4 --- DOCS/waf-buildsystem.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/waf-buildsystem.rst') diff --git a/DOCS/waf-buildsystem.rst b/DOCS/waf-buildsystem.rst index fa71cbbcd6..adb1bc2f3c 100644 --- a/DOCS/waf-buildsystem.rst +++ b/DOCS/waf-buildsystem.rst @@ -1,7 +1,7 @@ waf build system overview ========================= -mpv's new build system is based on waf and it should completly replace the +mpv's new build system is based on waf and it should completely replace the custom ./configure + Makefile based system inherited from MPlayer. Goals and the choice of waf @@ -65,7 +65,7 @@ This defines a feature called ``vdpau`` which can be enabled or disabled by the users with configure flags (that's the meaning of ``--``). This feature depends on another feature whose name is ``x11``, and the autodetection check consists of running ``pkg-config`` and looking for ``vdpau`` with version -``>= 0.2``. If the check succeds a ``#define HAVE_VDPAU 1`` will be added to +``>= 0.2``. If the check succeeds a ``#define HAVE_VDPAU 1`` will be added to ``config.h``, if not ``#define HAVE_VDPAU 0`` will be added. The defines names are automatically prepended with ``HAVE_``, capitalized and -- cgit v1.2.3