summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2007-07-02 07:43:23 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-07-02 07:43:23 +0000
commit0f4e816582bd7e75ad384103fa5440ef6ed87530 (patch)
treecf6a291726d240030fe180f6bfe6324f312bba1b /ffplay.c
parentd3b7406c6fd53707d00f9c6f49d842d17bc840a2 (diff)
to be able to compile without HAVE_AV_CONFIG_H
patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffplay.c b/ffplay.c
index 15ce4acf02..7d983515d9 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <math.h>
+#include <limits.h>
#include "avformat.h"
#include "swscale.h"
#include "avstring.h"