x86: yasm: Use complete source path for macro helper %includes

This is more consistent with the way we handle C #includes and
it simplifies the build system.
This commit is contained in:
Diego Biurrun
2012-07-15 11:48:21 +02:00
parent 6860b4081d
commit 04581c8c77
34 changed files with 34 additions and 34 deletions

View File

@@ -18,7 +18,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86util.asm"
%include "libavutil/x86/x86util.asm"
SECTION .text