diff options
author | Dave Yeo <dave.r.yeo@gmail.com> | 2011-08-14 11:46:18 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-08-15 11:24:35 -0700 |
commit | cc73511e8e81b2e1454f406acb71da9fd1c60d32 (patch) | |
tree | c246ae378865a3d886441b45ca8742ca28291ef0 /libavcodec/x86/fft_mmx.asm | |
parent | 48f7163f13471cc74fb333bb83d1132c8ffdc1ee (diff) | |
download | ffmpeg-cc73511e8e81b2e1454f406acb71da9fd1c60d32.tar.gz |
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.asm | 2 |
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 |