use yasm instead of nasm

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30096 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul
2009-04-10 03:21:06 +00:00
parent d477c2ba88
commit 1c258c3d59
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -110,6 +110,7 @@ SYSTEM_ADD_ONS_MEDIA_PLUGINS = $(GPL_ONLY)ac3_decoder
mp3_decoder mp3_reader
mp4_reader musepack
ogg raw_decoder speex
$(X86_ONLY)APE_reader
# theora
vorbis wav_reader
;
+1 -1
View File
@@ -174,7 +174,7 @@ rule AssembleNasm
actions AssembleNasm
{
nasm -d $(ASFLAGS) -f elf -o $(1) $(2)
yasm -d $(ASFLAGS) -f elf -o $(1) $(2)
}
rule Ld