From 3a39195b1db5620901a049cd690752b1935f5e0f Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 23 Jul 2011 18:36:35 -0700 Subject: Move x86inc.asm to libavutil/. This allows using it in libswscale/ also. --- libavcodec/x86/h264_weight.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/h264_weight.asm') diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.asm index d80ca32583..9502462de2 100644 --- a/libavcodec/x86/h264_weight.asm +++ b/libavcodec/x86/h264_weight.asm @@ -21,7 +21,7 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** -%include "x86inc.asm" +%include "libavutil/x86/x86inc.asm" SECTION .text -- cgit v1.2.3