The include SDL.h is wrong, see: http://www.libsdl.org/faq.php?action=listentries&category=2#19
Patch follows. Best regards, -- Giovanni Funchal --- trunk/libvo/video_out_sdl.c.old +++ trunk/libvo/video_out_sdl.c.new @@ -31,7 +31,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <SDL/SDL.h> +#include "SDL.h" #include <inttypes.h> #include "video_out.h" ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Libmpeg2-devel mailing list Libmpeg2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel