forked from FFmpeg/FFmpeg
Add #include for required header config.h.
Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
99971952b0
commit
ba11257e48
1 changed files with 1 additions and 0 deletions
1
ffplay.c
1
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue