[FFmpeg-devel] [PATCH 3/4] ffplay: add SDL2 support

James Almer jamrial at gmail.com
Thu Sep 15 02:02:00 EEST 2016


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, and even if some other header pulls
it in, there's no reason to remove it here.

>  #include <inttypes.h>
>  #include <math.h>
>  #include <limits.h>



More information about the ffmpeg-devel mailing list