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>
This commit is contained in:
Dave Yeo 2012-10-30 23:48:26 -07:00 committed by Michael Niedermayer
parent 3174616f59
commit 264f12342c
1 changed files with 1 additions and 1 deletions

View File

@ -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