Ticket #5987: MythTV-goom.2.patch

File MythTV-goom.2.patch, 1.3 KB (added by Jonathan Martens <jonathan@…>, 15 years ago)

expires earlier patch (but it seems I have no delete privileges) as this is from the top of the source tree

  • mythmusic/mythmusic/goom/ifs.c

     
    55static const char sccsid[] = "@(#)ifs.c 5.00 2002/04/11 baffe";
    66#endif
    77
     8#if !defined( M_PI )
     9#define M_PI        3.14159265358979323846
     10#endif
     11
    812/*-
    913 * Copyright (c) 1997 by Massimino Pascal <Pascal.Massimon@ens.fr>
    1014 *
  • mythmusic/mythmusic/goom/lines.c

     
    99#include "goom_tools.h"
    1010#include "drawmethods.h"
    1111
     12#if !defined( M_PI )
     13#define M_PI        3.14159265358979323846
     14#endif
     15
    1216extern unsigned int resolx, c_resoly;
    1317
    1418static inline unsigned char
  • mythmusic/mythmusic/goom/tentacle3d.c

     
    55#include "goom_tools.h"
    66#include "goomconfig.h"
    77
     8#if !defined( M_PI )
     9#define M_PI        3.14159265358979323846
     10#endif
     11
    812#define D 256.0f
    913
    1014#define nbgrid 6