projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
to be able to compile without HAVE_AV_CONFIG_H
[libav.git]
/
ffplay.c
diff --git
a/ffplay.c
b/ffplay.c
index
15ce4ac
..
7d98351
100644
(file)
--- 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"