Files
2013-09-26 17:14:40 +02:00

18 lines
446 B
Plaintext

$NetBSD: patch-au,v 1.13 2012/01/12 15:54:00 drochner Exp $
--- modules/video_output/sdl.c.orig 2010-08-08 17:47:49.000000000 +0000
+++ modules/video_output/sdl.c
@@ -42,10 +42,9 @@
#include <SDL.h>
#ifndef WIN32
-# ifdef X_DISPLAY_MISSING
-# error Xlib required due to XInitThreads
-# endif
+# ifdef HAVE_X11_XLIB_H
# include <vlc_xlib.h>
+# endif
#endif
/*****************************************************************************