summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_k7.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-15 18:14:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-15 18:14:07 +0000
commit19a7b5869b9fefe1ea1a6e058bca82fda839a508 (patch)
tree3026c82fd8e7ce75e49f42c3a4d8ed3e2fa77f03 /mp3lib/dct64_k7.c
parent259a3a185a0026b7cb43483bfcec4d83735e783c (diff)
downloadmpv-19a7b5869b9fefe1ea1a6e058bca82fda839a508.tar.bz2
mpv-19a7b5869b9fefe1ea1a6e058bca82fda839a508.tar.xz
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16990 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/dct64_k7.c')
-rw-r--r--mp3lib/dct64_k7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c
index 95fe61bc26..09bb162aab 100644
--- a/mp3lib/dct64_k7.c
+++ b/mp3lib/dct64_k7.c
@@ -9,8 +9,8 @@
*/
#define real float /* ugly - but only way */
-#include "../config.h"
-#include "../mangle.h"
+#include "config.h"
+#include "mangle.h"
static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
static float attribute_used plus_1f = 1.0;