summaryrefslogtreecommitdiffstats
path: root/gst/goom/filters.c
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2003-05-21 18:16:28 +0000
committerBrian Cameron <brian.cameron@sun.com>2003-05-21 18:16:28 +0000
commit65d0e5af3d1d5d9b2f92fffe2931212063499632 (patch)
tree59599e0ba23b3ae676873e1ffadca330ea562ff3 /gst/goom/filters.c
parent1c7d5ad0d82766897a1fecdbe16b7a9dbd8b412e (diff)
Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly in...
Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
Diffstat (limited to 'gst/goom/filters.c')
-rw-r--r--gst/goom/filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/filters.c b/gst/goom/filters.c
index 06dd68ea..8fdabc18 100644
--- a/gst/goom/filters.c
+++ b/gst/goom/filters.c
@@ -84,7 +84,7 @@ inline int ShiftRight (int x, const unsigned char s)
px et py indique la nouvelle position (en sqrtperte ieme de pixel)
(valeur * 16)
*/
-inline void calculatePXandPY (int x, int y, int *px, int *py)
+void calculatePXandPY (int x, int y, int *px, int *py)
{
if (theMode == WATER_MODE)
{