~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to mpeglib/lib/splay/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
typedef float REAL;
29
29
 
30
 
extern "C" {
31
30
// The inline code works on intel only with egcs >= 1.1
32
31
#ifdef __GNUC__
33
32
#if (__GNUC__ < 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ < 91 ) )
38
37
#endif
39
38
#endif
40
39
#endif
41
 
#ifndef WIN32
42
40
#include <math.h>
43
 
#endif
44
41
#include <stdlib.h>
45
42
 
46
 
}
47
 
#if defined WIN32
48
 
  #include <math.h>
49
 
#endif
50
 
 
51
 
#include <iostream.h>
52
 
 
53
43
#ifndef M_PI
54
44
#define MY_PI 3.14159265358979323846
55
45
#else