18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
$NetBSD: patch-au,v 1.1 2014/12/13 11:15:45 wiz Exp $
|
|
|
|
--- modules/video_output/sdl.c.orig 2013-06-24 18:00:39.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
|
|
|
|
/*****************************************************************************
|