diff options
Diffstat (limited to 'gst/deinterlace2/tvtime/vfir.c')
-rw-r--r-- | gst/deinterlace2/tvtime/vfir.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/deinterlace2/tvtime/vfir.c b/gst/deinterlace2/tvtime/vfir.c index fcfbaa6b..0f46e6f4 100644 --- a/gst/deinterlace2/tvtime/vfir.c +++ b/gst/deinterlace2/tvtime/vfir.c @@ -207,7 +207,9 @@ static void gst_deinterlace_method_vfir_class_init (GstDeinterlaceMethodVFIRClass * klass) { GstDeinterlaceMethodClass *dim_class = (GstDeinterlaceMethodClass *) klass; +#ifdef HAVE_CPU_I386 guint cpu_flags = oil_cpu_get_flags (); +#endif dim_class->fields_required = 2; dim_class->deinterlace_frame = deinterlace_frame_vfir; |