1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill at rfa dot org>)

Originally committed as revision 2175 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-08-28 23:05:25 +00:00
parent 118e91f3d8
commit 264cb2b82f

View File

@ -26,6 +26,10 @@
#include <stdio.h>
#include <math.h>
#ifndef M_PI
#define M_PI 3.1415926535897931
#endif
#include "avformat.h"
/* 5 seconds stream duration */