gstreamer/gst/deinterlace
Nirbheek Chauhan 552da8569b deinterlace: Enable x86 assembly with nasm on MSVC
We need to remove x86inc.asm from the list of compiled assembly files
because it is not supposed to be compiled separately. It is directly
included by yadif.asm, and it exports no symbols.

The object file was getting ignored on all platforms except on msvc
where it was causing a linker hang when building with debugging
enabled because the object file had no debug symbols (or similar).
We've seen this before in FFmpeg too, which uses nasm:
https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg/-/merge_requests/46

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/825>
2020-11-24 22:11:50 +05:30
..
tvtime deinterlace: Handle NV12/NV21 for the greedyl mode. 2020-05-09 03:07:33 +10:00
x86 deinterlace: Add yadif ASM optimisations 2020-06-16 12:53:25 +03:00
gstdeinterlace.c plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:42:25 +02:00
gstdeinterlace.h deinterlace: Add C implementation of YADIF 2020-05-06 17:08:06 +00:00
gstdeinterlacemethod.c deinterlace: Call the planar functions for the Y plane of nv12/nv21 2020-05-06 17:08:06 +00:00
gstdeinterlacemethod.h deinterlace: Allow for 5 fields for interpolation 2020-05-06 17:08:06 +00:00
meson.build deinterlace: Enable x86 assembly with nasm on MSVC 2020-11-24 22:11:50 +05:30
tvtime-dist.c Update ORC files 2018-02-09 09:00:46 +01:00
tvtime-dist.h Release 1.1.1 2013-06-05 18:31:40 +02:00
tvtime.orc deinterlace: Fix greedyl Orc implementation 2010-09-05 18:42:59 -07:00
yadif.c deinterlace: Add the missing ORC_RESTRICT define. 2020-06-21 20:11:06 +08:00
yadif.h deinterlace: Add yadif ASM optimisations 2020-06-16 12:53:25 +03:00