<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrea, gg is interested in this.  Did you find a way to make dav1d work for 32-bit?  Phyllis/GG<br></div></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Aha, for static Makefile GG added ...<br>
<br>
+$(NASM_BLD)/%.obj: src/x86/%.asm<br>
+       $(NASM) -f elf64 \<br>
+               -I src/ -I $(BUILD)/ -MQ $@ -MF $@.ndep \<br>
+               $< -o $@<br>
<br>
replace elf64 with elf32 for 32-bit builds ..... (looking at my source folder for 32-bit libdav1d build via Meson/Ninja)<br>
<br>
actually there are two instances of this parameter, another for (libdav1d) testfiles down the file ....<br>
<br>
<br>
+$(TESTS_CHKASM_BLD)/x86/%.obj: $(TESTS_CHKASM)/x86/%.asm<br>
+       @$(NASM) -f elf64 \<br>
+               -I src/ -I $(BUILD)/ -MQ $@ -MF $@.ndep \<br>
+               $< -o $@<br>
<br>
</blockquote></div></div>