blob: e79376c1a0af36dc7519deeae13140c7b09d272c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-af,v 1.3 2005/05/26 22:47:22 reed Exp $
--- src/video_out/video_out_sdl.c.orig Sat May 7 11:04:14 2005
+++ src/video_out/video_out_sdl.c Sat May 7 11:04:27 2005
@@ -47,11 +47,7 @@
#include <string.h>
#include <inttypes.h>
#include <math.h>
-#if defined (__FreeBSD__)
-# include <SDL11/SDL.h>
-#else
-# include <SDL.h>
-#endif
+#include <SDL.h>
#define LOG_MODULE "video_out_sdl"
#define LOG_VERBOSE
|