diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-11-11 23:46:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-11-11 23:46:11 +0000 |
commit | ba11257e48ca547d747d3b0640a8022daa4f66ac (patch) | |
tree | 40e577097816dbd71245234e0fe89a13b19694d7 /ffplay.c | |
parent | 99971952b0998fd110bd670fabb0a2c2e39e6879 (diff) | |
download | ffmpeg-ba11257e48ca547d747d3b0640a8022daa4f66ac.tar.gz |
Add #include for required header config.h.
Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |