diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-07-23 18:36:35 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-08-12 11:43:02 -0700 |
commit | 3a39195b1db5620901a049cd690752b1935f5e0f (patch) | |
tree | 8f30109798dc6b6a983ed5de7212fd333ff3b0ad /libavcodec/x86/fft_mmx.asm | |
parent | e3a70c7c5ff589ff6ce70fa0a29dc220f95dff17 (diff) | |
download | ffmpeg-3a39195b1db5620901a049cd690752b1935f5e0f.tar.gz |
Move x86inc.asm to libavutil/.
This allows using it in libswscale/ also.
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 27276a1a31..2177a6ba7a 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 "x86inc.asm" +%include "libavutil/x86/x86inc.asm" %ifdef ARCH_X86_64 %define pointer resq |