fac20d5893
o Really have SDL support unless WITHOUT_SDL o Add patch-playdv:display.h to support SDL o Improve patch-playdv:display.c from PR o Install additional documentation unless NOPORTDOCS (not from PR) PR: 31732 Submitted by: Matthew Reimer <mreimer@vpop.net>
14 lines
281 B
C
14 lines
281 B
C
--- playdv/display.h.orig Sun Jun 24 13:06:30 2001
|
|
+++ playdv/display.h Wed Nov 21 03:52:21 2001
|
|
@@ -38,8 +38,8 @@
|
|
#endif // HAVE_LIBXV
|
|
|
|
#if HAVE_SDL
|
|
-#include <SDL/SDL.h>
|
|
-#include <SDL/SDL_syswm.h>
|
|
+#include <SDL.h>
|
|
+#include <SDL_syswm.h>
|
|
#endif // HAVE_SDL
|
|
|
|
#if HAVE_GTK
|