summaryrefslogtreecommitdiff
path: root/vpx_ports/emms.asm
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-07-31 17:12:32 +0200
committerJohn Koleszar <jkoleszar@google.com>2010-10-04 19:50:08 -0400
commitfc2b06c625fc7d417379f4849d6d2f32ad99d5e4 (patch)
tree7b74b1cecdf31e5790a2e1c9dc109f736eea5b3e /vpx_ports/emms.asm
parent5cdc3a4c29c5da43a4c346d57932c1c46068abec (diff)
downloadlibvpx-fc2b06c625fc7d417379f4849d6d2f32ad99d5e4.tar
libvpx-fc2b06c625fc7d417379f4849d6d2f32ad99d5e4.tar.gz
libvpx-fc2b06c625fc7d417379f4849d6d2f32ad99d5e4.tar.bz2
libvpx-fc2b06c625fc7d417379f4849d6d2f32ad99d5e4.zip
nasm: avoid relative include paths
nasm does not automatically assume the source's directory also for its include files. Provide nasm compatibility. No binary change by this patch with yasm on {x86_64,i686}-fedora13-linux-gnu. Few longer opcodes with nasm on {x86_64,i686}-fedora13-linux-gnu have been checked as safe. Change-Id: I386efa0cca5d401193416c11bd7363a283541645
Diffstat (limited to 'vpx_ports/emms.asm')
-rw-r--r--vpx_ports/emms.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_ports/emms.asm b/vpx_ports/emms.asm
index 87eece84e..306e235ce 100644
--- a/vpx_ports/emms.asm
+++ b/vpx_ports/emms.asm
@@ -9,7 +9,7 @@
;
-%include "x86_abi_support.asm"
+%include "vpx_ports/x86_abi_support.asm"
section .text
global sym(vpx_reset_mmx_state)