Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Yeo <dave.r.yeo@gmail.com>2012-10-31 10:48:26 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-31 16:50:01 +0400
commit264f12342c3e71e4ecc9a2993e656e064f774105 (patch)
treee003b417ed36f7e99db4056c013ee69719bf1eaf /libavutil/x86
parent3174616f598665cfbe0c920d6e6c4d027fda9ca5 (diff)
x86: Fix assembly with NASM
Unlike YASM, NASM only looks for include files in the current directory, not in the directory that included files reside in. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavutil/x86')
-rw-r--r--libavutil/x86/x86util.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm
index f7c6e3e6f1..2eefeff3c9 100644
--- a/libavutil/x86/x86util.asm
+++ b/libavutil/x86/x86util.asm
@@ -23,7 +23,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
-%include "x86inc.asm"
+%include "libavutil/x86/x86inc.asm"
%macro SBUTTERFLY 4
%if avx_enabled == 0