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/h264_weight_10bit.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/h264_weight_10bit.asm')
-rw-r--r-- | libavcodec/x86/h264_weight_10bit.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_weight_10bit.asm b/libavcodec/x86/h264_weight_10bit.asm index abf382389b..affc4ce5c4 100644 --- a/libavcodec/x86/h264_weight_10bit.asm +++ b/libavcodec/x86/h264_weight_10bit.asm @@ -23,7 +23,7 @@ ;****************************************************************************** %include "libavutil/x86/x86inc.asm" -%include "x86util.asm" +%include "libavutil/x86/x86util.asm" SECTION_RODATA 32 |