Commit 264cb2b8 authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent 118e91f3
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment