Commit 83e29465 authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2175 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0978e50f
......@@ -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