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/h264_chromamc.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/h264_chromamc.asm')
-rw-r--r-- | libavcodec/x86/h264_chromamc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_chromamc.asm b/libavcodec/x86/h264_chromamc.asm index 16cf2ec43e..201dcd85a6 100644 --- a/libavcodec/x86/h264_chromamc.asm +++ b/libavcodec/x86/h264_chromamc.asm @@ -20,7 +20,7 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** -%include "x86inc.asm" +%include "libavutil/x86/x86inc.asm" %include "x86util.asm" SECTION_RODATA |