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:
Sebastian Dröge 2008-10-09 19:38:52 +00:00
parent ffa9e5fc67
commit b561dfdf47
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2008-10-09 Sebastian Dröge <slomo@circular-chaos.org>
* gst/deinterlace2/tvtime/tomsmocomp.c:
(gst_deinterlace_method_tomsmocomp_class_init):
Fix unused variable compiler warning when not building
X86 assembly.
2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/flv/gstflvdemux.c: (gst_flv_demux_loop):

View file

@ -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;