summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_k7.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-03 19:57:49 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-03 19:57:49 +0300
commit6d6e030a79d32b060a8bb09878a23a93b724ae89 (patch)
tree1f4edc76e13b4a061ca2574e5630de659aa3842a /mp3lib/dct64_k7.c
parenta1f9878c3d4ea4ac625dd8d363e0107d5fce00b3 (diff)
downloadmpv-6d6e030a79d32b060a8bb09878a23a93b724ae89.tar.bz2
mpv-6d6e030a79d32b060a8bb09878a23a93b724ae89.tar.xz
mp3lib: use ffmpeg_files/x86_cpu.h
Diffstat (limited to 'mp3lib/dct64_k7.c')
-rw-r--r--mp3lib/dct64_k7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c
index 4180fa0d4c..3e55c0d6b1 100644
--- a/mp3lib/dct64_k7.c
+++ b/mp3lib/dct64_k7.c
@@ -11,7 +11,7 @@
#include "config.h"
#include "mangle.h"
#include "mpg123.h"
-#include "libavutil/x86_cpu.h"
+#include "ffmpeg_files/x86_cpu.h"
static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
static float attribute_used plus_1f = 1.0;