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/dct32_sse.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/x86/dct32_sse.asm') diff --git a/libavcodec/x86/dct32_sse.asm b/libavcodec/x86/dct32_sse.asm index f3eaf3a956..720a061078 100644 --- a/libavcodec/x86/dct32_sse.asm +++ b/libavcodec/x86/dct32_sse.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" SECTION_RODATA 32 -- cgit v1.2.3