Skip to content

Commit

Permalink
deinterlace: Use proper ASM output format for *BSD OS
Browse files Browse the repository at this point in the history
FreeBSD/NetBSD/OpenBSD amd64 use the ELF binary format.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1066>
  • Loading branch information
brad0 authored and GStreamer Marge Bot committed Aug 27, 2021
1 parent 50661c1 commit 7db1040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gst/deinterlace/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ if have_nasm and host_cpu == 'x86_64'
asm_outformat = 'win64'
elif ['darwin', 'ios'].contains(host_system)
asm_outformat = 'macho64'
elif host_system.endswith('bsd')
asm_outformat = 'aoutb'
else
asm_outformat = 'elf64'
endif
Expand Down

0 comments on commit 7db1040

Please sign in to comment.