mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
[MOVED FROM BAD 43/56] gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused variable compiler warning when not building
Original commit message from CVS: * gst/deinterlace2/tvtime/tomsmocomp.c: (gst_deinterlace_method_tomsmocomp_class_init): Fix unused variable compiler warning when not building X86 assembly.
This commit is contained in:
parent
9f5220d44e
commit
bc8c8515f8
1 changed files with 2 additions and 0 deletions
|
@ -164,7 +164,9 @@ static void
|
|||
{
|
||||
GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass;
|
||||
GObjectClass *gobject_class = (GObjectClass *) klass;
|
||||
#ifdef BUILD_X86_ASM
|
||||
guint cpu_flags = oil_cpu_get_flags ();
|
||||
#endif
|
||||
|
||||
gobject_class->set_property = gst_deinterlace_method_tomsmocomp_set_property;
|
||||
gobject_class->get_property = gst_deinterlace_method_tomsmocomp_get_property;
|
||||
|
|
Loading…
Reference in a new issue