mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
deinterlace: Use proper ASM output format for *BSD OS
FreeBSD/NetBSD/OpenBSD amd64 use the ELF binary format. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1066>
This commit is contained in:
parent
50661c1aa9
commit
7db1040346
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ if have_nasm and host_cpu == 'x86_64'
|
||||||
asm_outformat = 'win64'
|
asm_outformat = 'win64'
|
||||||
elif ['darwin', 'ios'].contains(host_system)
|
elif ['darwin', 'ios'].contains(host_system)
|
||||||
asm_outformat = 'macho64'
|
asm_outformat = 'macho64'
|
||||||
elif host_system.endswith('bsd')
|
|
||||||
asm_outformat = 'aoutb'
|
|
||||||
else
|
else
|
||||||
asm_outformat = 'elf64'
|
asm_outformat = 'elf64'
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue