summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_weight.asm
diff options
context:
space:
mode:
authorDave Yeo <dave.r.yeo@gmail.com>2011-08-14 11:46:18 -0700
committerRonald S. Bultje <rsbultje@gmail.com>2011-08-15 11:24:35 -0700
commitcc73511e8e81b2e1454f406acb71da9fd1c60d32 (patch)
treec246ae378865a3d886441b45ca8742ca28291ef0 /libavcodec/x86/h264_weight.asm
parent48f7163f13471cc74fb333bb83d1132c8ffdc1ee (diff)
Fix NASM include directive
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/x86/h264_weight.asm')
-rw-r--r--libavcodec/x86/h264_weight.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_weight.asm b/libavcodec/x86/h264_weight.asm
index 9502462de2..d80ca32583 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 "libavutil/x86/x86inc.asm"
+%include "x86inc.asm"
SECTION .text