summaryrefslogtreecommitdiffstats
path: root/libvo/fastmemcpy.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 16:58:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 16:58:45 +0000
commit1bd98521663aacd58afef9b5d46541accb787321 (patch)
treecad4f08d8345426f671860c49747e98f2c526696 /libvo/fastmemcpy.h
parent9da3cf0449ea50d09d12e6c1c672c8aad679c617 (diff)
downloadmpv-1bd98521663aacd58afef9b5d46541accb787321.tar.bz2
mpv-1bd98521663aacd58afef9b5d46541accb787321.tar.xz
Unify the config.h #include, use "config.h" instead of "../config.h"
everywhere, will make extracting libvo/ easier. Approved by Alex. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12651 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/fastmemcpy.h')
-rw-r--r--libvo/fastmemcpy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/fastmemcpy.h b/libvo/fastmemcpy.h
index cd7d91d1cd..a1a07a2c76 100644
--- a/libvo/fastmemcpy.h
+++ b/libvo/fastmemcpy.h
@@ -1,7 +1,7 @@
#ifndef __MPLAYER_MEMCPY
#define __MPLAYER_MEMCPY 1
-#include "../config.h"
+#include "config.h"
#ifdef USE_FASTMEMCPY
#if defined(HAVE_MMX) || defined(HAVE_MMX2) || defined(HAVE_3DNOW) \