On 9/14/2016 7:27 PM, Josh de Kock wrote:
> diff --git a/ffplay_sdl1.c b/ffplay_sdl1.c
> index adbe9cb..d698420 100644
> --- a/ffplay_sdl1.c
> +++ b/ffplay_sdl1.c
> @@ -23,7 +23,6 @@
> * simple media player based on the FFmpeg libraries
> */
>
> -#include "config.h"
Why? It's needed below, a
From: Marton Balint
Tested-by: James Almer (Windows, mingw-w64)
Signed-off-by: Josh de Kock
---
configure | 7 +-
ffplay.c | 594 --
ffplay_sdl1.c | 1 -
3 files changed, 250 insertions(+), 352 deletions(-)
diff --git a/conf