Mercurial > audlegacy-plugins
comparison src/ffmpeg/libavcodec/avcodec.h @ 818:07107d476f32 trunk
[svn] - remove some more stuff
- build libavcodec directly into the module
author | nenolod |
---|---|
date | Mon, 12 Mar 2007 13:49:56 -0700 |
parents | e8776388b02a |
children |
comparison
equal
deleted
inserted
replaced
817:b3b7a4e480b2 | 818:07107d476f32 |
---|---|
29 | 29 |
30 #ifdef __cplusplus | 30 #ifdef __cplusplus |
31 extern "C" { | 31 extern "C" { |
32 #endif | 32 #endif |
33 | 33 |
34 #include "avutil.h" | 34 #ifndef NAN |
35 #define NAN 0.0/0.0 | |
36 #endif | |
37 | |
38 #ifndef M_PI | |
39 #define M_PI 3.14159265358979323846 | |
40 #endif | |
41 | |
42 #ifndef M_E | |
43 #define M_E 2.7182818284590452354 | |
44 #endif | |
45 | |
46 #include "libavutil/avutil.h" | |
35 #include <sys/types.h> /* size_t */ | 47 #include <sys/types.h> /* size_t */ |
36 | 48 |
37 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 49 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
38 #define AV_TOSTRING(s) #s | 50 #define AV_TOSTRING(s) #s |
39 | 51 |