From b2c087871dafc7d030b2d48457ddff597dfd4925 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 3 Aug 2011 09:48:08 -0700 Subject: Move x86util.asm from libavcodec/ to libavutil/. This allows using it in swscale also. --- libavcodec/x86/fmtconvert.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/fmtconvert.asm') diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmtconvert.asm index a69b3ff357..e384e8f0b2 100644 --- a/libavcodec/x86/fmtconvert.asm +++ b/libavcodec/x86/fmtconvert.asm @@ -20,7 +20,7 @@ ;****************************************************************************** %include "libavutil/x86/x86inc.asm" -%include "x86util.asm" +%include "libavutil/x86/x86util.asm" SECTION_TEXT -- cgit v1.2.3