$OpenBSD: patch-gst_deinterlace_meson_build,v 1.1 2021/08/27 08:28:02 ajacoutot Exp $

From 7db10403468fab512de45ccfaca8f0579f6ea6d9 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad@comstyle.com>
Date: Fri, 27 Aug 2021 02:05:45 -0400
Subject: [PATCH] deinterlace: Use proper ASM output format for *BSD OS

Index: gst/deinterlace/meson.build
--- gst/deinterlace/meson.build.orig
+++ gst/deinterlace/meson.build
@@ -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
