effectv: Fix compilation with gcc 3
authorPeter Kjellerstedt <pkj@axis.com>
Mon, 31 Aug 2009 16:10:11 +0000 (18:10 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 31 Aug 2009 16:11:28 +0000 (18:11 +0200)
commitfbefd9c66623b3f6e967aa52c6de270dbd368011
tree8245bfabf7aa1a002b894e7e482bf412913ae81e
parented3e870b92bd5be9587280ef0c38a89d4b5d3bc7
effectv: Fix compilation with gcc 3

Recent changes in gst-plugins-good/gst/effectv prevents it from being compiled
with gcc 3. The problem is that the new code uses preprocessor conditionals
within a macro call which does not work with older versions of gcc.

Fixes bug #593688.
gst/effectv/gstaging.c
gst/effectv/gstedge.c
gst/effectv/gstop.c
gst/effectv/gstradioac.c
gst/effectv/gstrev.c
gst/effectv/gstshagadelic.c
gst/effectv/gstvertigo.c