Browse Source

Patch broken FreeBSD build and upgrade to new beta version, but it\'s still segfaulting on FreeBSD

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
ee9cace318
  1. 12
      xine-lib/xine-lib.patch

12
xine-lib/xine-lib.patch

@ -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…
Cancel
Save