From cc73511e8e81b2e1454f406acb71da9fd1c60d32 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Sun, 14 Aug 2011 11:46:18 -0700 Subject: Fix NASM include directive Signed-off-by: Ronald S. Bultje --- libavcodec/x86/vp3dsp.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/x86/vp3dsp.asm') diff --git a/libavcodec/x86/vp3dsp.asm b/libavcodec/x86/vp3dsp.asm index 096879bc47..23574383a1 100644 --- a/libavcodec/x86/vp3dsp.asm +++ b/libavcodec/x86/vp3dsp.asm @@ -19,8 +19,8 @@ ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** -%include "libavutil/x86/x86inc.asm" -%include "libavutil/x86/x86util.asm" +%include "x86inc.asm" +%include "x86util.asm" ; MMX-optimized functions cribbed from the original VP3 source code. -- cgit v1.2.3