projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9997195
)
Add #include for required header config.h.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 11 Nov 2009 23:46:11 +0000
(23:46 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 11 Nov 2009 23:46:11 +0000
(23:46 +0000)
Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffplay.c
patch
|
blob
|
history
diff --git
a/ffplay.c
b/ffplay.c
index
bf558e4
..
45d7586
100644
(file)
--- a/
ffplay.c
+++ b/
ffplay.c
@@
-19,6
+19,7
@@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
#include <math.h>
#include <limits.h>
#include "libavutil/avstring.h"