goom: Use fabs() instead of abs() to calculate the floating point absolute value
authorSebastian Dröge <sebastian@centricular.com>
Mon, 19 May 2014 09:24:06 +0000 (11:24 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 19 May 2014 09:24:06 +0000 (11:24 +0200)
commit1cdd3765d62aff664bb71ed355d6c14cf7a27ab8
tree2671e3bf2100154ff35cd6cb7ab9b15d268ce642
parent97fb3655df4c2edabdac257a3b3e286f6e723f3a
goom: Use fabs() instead of abs() to calculate the floating point absolute value

tentacle3d.c:268:7: error: using integer absolute value function 'abs' when
      argument is of floating point type [-Werror,-Wabsolute-value]
  if (abs (tmp - fx_data->rot) > abs (tmp - (fx_data->rot + 2.0 * G_PI))) {
      ^
gst/goom/tentacle3d.c