diff options
author | Ronald S. Bultje | 2011-08-03 09:48:08 -0700 |
---|---|---|
committer | Ronald S. Bultje | 2011-08-12 11:43:03 -0700 |
commit | b2c087871dafc7d030b2d48457ddff597dfd4925 (patch) | |
tree | 1ef6ec39952d7f707e95d37214230e1a32321faa /libavcodec/x86/ac3dsp.asm | |
parent | 3a39195b1db5620901a049cd690752b1935f5e0f (diff) |
Move x86util.asm from libavcodec/ to libavutil/.
This allows using it in swscale also.
Diffstat (limited to 'libavcodec/x86/ac3dsp.asm')
-rw-r--r-- | libavcodec/x86/ac3dsp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm index 44124c5397..9e92678afe 100644 --- a/libavcodec/x86/ac3dsp.asm +++ b/libavcodec/x86/ac3dsp.asm @@ -20,7 +20,7 @@ ;****************************************************************************** %include "libavutil/x86/x86inc.asm" -%include "x86util.asm" +%include "libavutil/x86/x86util.asm" SECTION_RODATA |