From: Edward Hervey Date: Sat, 18 Apr 2009 16:38:29 +0000 (+0200) Subject: goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block. X-Git-Tag: 1.19.3~509^2~10590 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c185a8db9d157fabb02abf71df498b618f0fd025;p=platform%2Fupstream%2Fgstreamer.git goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block. --- diff --git a/gst/goom/convolve_fx.c b/gst/goom/convolve_fx.c index fd14804..9c29192 100644 --- a/gst/goom/convolve_fx.c +++ b/gst/goom/convolve_fx.c @@ -283,12 +283,14 @@ convolve_apply (VisualFX * _this, Pixel * src, Pixel * dest, PluginInfo * info) { ConvData *data = (ConvData *) _this->fx_data; +#ifdef DRAW_MOTIF float ff; int iff; ff = (FVAL (data->factor_p) * FVAL (data->factor_adj_p) + FVAL (data->light)) / 100.0f; iff = (unsigned int) (ff * 256); +#endif { double fcycle = (double) info->cycle;