From 65d0e5af3d1d5d9b2f92fffe2931212063499632 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Wed, 21 May 2003 18:16:28 +0000 Subject: 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. --- gst/goom/filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/goom') 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) { -- cgit