1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@
|
||||
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
|
||||
Loading…
Reference in new issue