[FFmpeg-devel] [PATCH] Simplify libSDL configuration

François Revol revol
Thu Dec 24 13:22:03 CET 2009


> >> --- ffmpeg.orig/ffplay.c	2009-12-22 21:01:10.000000000 +0100
> >> +++ ffmpeg/ffplay.c	2009-12-22 21:07:11.000000000 +0100
> >> @@ -32,8 +32,8 @@
> >>  
> >> -#include <SDL.h>
> >> -#include <SDL_thread.h>
> >> +#include <SDL/SDL.h>
> >> +#include <SDL/SDL_thread.h>
> >
> > This looks good to me.

Wrong:
http://www.libsdl.org/faq.php?action=listentries&category=2#19

> 
> I bet there's at least one distro with the headers somewhere else.

It's just not how it's meant to be.

Fran?ois.



More information about the ffmpeg-devel mailing list