X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvisualization%2Fgalaktos%2Feval.c;h=601df084663abdf31fff64baa6311cd6dc7b7494;hb=f2b2e37c04b2921e29daa3260dc696646ad4f10c;hp=bb9c7ce780332016cfa5ac3fce21c89378e6d834;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/modules/visualization/galaktos/eval.c b/modules/visualization/galaktos/eval.c index bb9c7ce780..601df08466 100644 --- a/modules/visualization/galaktos/eval.c +++ b/modules/visualization/galaktos/eval.c @@ -1,7 +1,7 @@ /***************************************************************************** * eval.c: ***************************************************************************** - * Copyright (C) 2004 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2004 the VideoLAN team * $Id$ * * Authors: Cyril Deguet @@ -19,15 +19,14 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ - +#include /* Evaluation Code */ #include -#include #include "common.h" #include "fatal.h" @@ -49,7 +48,7 @@ static inline double eval_prefun_expr(prefun_expr_t * prefun_expr); static inline double eval_val_expr(val_expr_t * val_expr); -inline double eval_gen_expr(gen_expr_t * gen_expr) { +double eval_gen_expr(gen_expr_t * gen_expr) { double l; if (gen_expr == NULL)