aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/fft_mmx.asm
diff options
context:
space:
mode:
authorDave Yeo <dave.r.yeo@gmail.com>2011-08-14 11:46:18 -0700
committerRonald S. Bultje <rsbultje@gmail.com>2011-08-15 11:24:35 -0700
commitcc73511e8e81b2e1454f406acb71da9fd1c60d32 (patch)
treec246ae378865a3d886441b45ca8742ca28291ef0 /libavcodec/x86/fft_mmx.asm
parent48f7163f13471cc74fb333bb83d1132c8ffdc1ee (diff)
downloadandroid_external_ffmpeg-cc73511e8e81b2e1454f406acb71da9fd1c60d32.tar.gz
android_external_ffmpeg-cc73511e8e81b2e1454f406acb71da9fd1c60d32.tar.bz2
android_external_ffmpeg-cc73511e8e81b2e1454f406acb71da9fd1c60d32.zip
Fix NASM include directive
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/x86/fft_mmx.asm')
-rw-r--r--libavcodec/x86/fft_mmx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm
index 2177a6ba7a..27276a1a31 100644
--- a/libavcodec/x86/fft_mmx.asm
+++ b/libavcodec/x86/fft_mmx.asm
@@ -28,7 +28,7 @@
; in blocks as conventient to the vector size.
; i.e. {4x real, 4x imaginary, 4x real, ...} (or 2x respectively)
-%include "libavutil/x86/x86inc.asm"
+%include "x86inc.asm"
%ifdef ARCH_X86_64
%define pointer resq