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:
@@ -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
|
||||
;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user