You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
466 B

diff -Naur xine-lib-1-beta11.orig/src/video_out/video_out_sdl.c xine-lib-1-beta11/src/video_out/video_out_sdl.c
--- xine-lib-1-beta11.orig/src/video_out/video_out_sdl.c 2003-02-14 15:47:37.000000000 +0100
+++ xine-lib-1-beta11/src/video_out/video_out_sdl.c 2003-05-08 14:28:24.000000000 +0200
@@ -48,7 +48,7 @@
#include <inttypes.h>
#include <math.h>
#if defined (__FreeBSD__)
-# include <SDL11/SDL.h>
+# include <SDL/SDL.h>
#else
# include <SDL/SDL.h>
#endif