18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
$NetBSD: patch-au,v 1.1.1.1 2012/02/21 12:49:43 drochner Exp $
|
|
|
|
--- modules/video_output/sdl.c.orig 2011-12-08 18:00:27.000000000 +0000
|
|
+++ modules/video_output/sdl.c
|
|
@@ -41,10 +41,9 @@
|
|
#include <SDL.h>
|
|
|
|
#if !defined(WIN32) && !defined(__OS2__)
|
|
-# ifdef X_DISPLAY_MISSING
|
|
-# error Xlib required due to XInitThreads
|
|
-# endif
|
|
+# ifdef HAVE_X11_XLIB_H
|
|
# include <vlc_xlib.h>
|
|
+# endif
|
|
#endif
|
|
|
|
/*****************************************************************************
|