diff options
Diffstat (limited to 'gst/deinterlace2')
-rw-r--r-- | gst/deinterlace2/tvtime/tomsmocomp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/deinterlace2/tvtime/tomsmocomp.c b/gst/deinterlace2/tvtime/tomsmocomp.c index 0565b6c7..64e78c5b 100644 --- a/gst/deinterlace2/tvtime/tomsmocomp.c +++ b/gst/deinterlace2/tvtime/tomsmocomp.c @@ -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; |