summaryrefslogtreecommitdiff
path: root/multimedia/libdv/files/patch-playdv:display.h
blob: a734cd14f6c50a8aecc8148e4df6dccc0af4a211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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