Skip to content
Snippets Groups Projects
Commit 264f1234 authored by Dave Yeo's avatar Dave Yeo Committed by Michael Niedermayer
Browse files

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: default avatarDiego Biurrun <diego@biurrun.de>
parent 3174616f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment