Revision 54a4f36d
libavformat/output-example.c | ||
---|---|---|
27 | 27 |
#include <string.h> |
28 | 28 |
#include <math.h> |
29 | 29 |
|
30 |
#ifndef M_PI |
|
31 |
#define M_PI 3.14159265358979323846 |
|
32 |
#endif |
|
33 |
|
|
34 | 30 |
#include "libavformat/avformat.h" |
35 | 31 |
#include "libswscale/swscale.h" |
36 | 32 |
|
Also available in: Unified diff