diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-08-03 09:48:08 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-08-12 11:43:03 -0700 |
commit | b2c087871dafc7d030b2d48457ddff597dfd4925 (patch) | |
tree | 1ef6ec39952d7f707e95d37214230e1a32321faa /libavcodec/x86/dct32_sse.asm | |
parent | 3a39195b1db5620901a049cd690752b1935f5e0f (diff) | |
download | ffmpeg-b2c087871dafc7d030b2d48457ddff597dfd4925.tar.gz |
Move x86util.asm from libavcodec/ to libavutil/.
This allows using it in swscale also.
Diffstat (limited to 'libavcodec/x86/dct32_sse.asm')
-rw-r--r-- | libavcodec/x86/dct32_sse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dct32_sse.asm b/libavcodec/x86/dct32_sse.asm index 4e938ad198..f3eaf3a956 100644 --- a/libavcodec/x86/dct32_sse.asm +++ b/libavcodec/x86/dct32_sse.asm @@ -20,7 +20,7 @@ ;****************************************************************************** %include "libavutil/x86/x86inc.asm" -%include "x86util.asm" +%include "libavutil/x86/x86util.asm" SECTION_RODATA 32 |