diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/dvdspu/gstdvdspu.c | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-08-28 Tim-Philipp Müller <tim at centricular dot net> + + * gst/dvdspu/gstdvdspu.c: + Don't need this include (fixes compilation in uninstalled setup). + 2007-08-27 Wim Taymans <wim.taymans@gmail.com> * gst/rtpmanager/gstrtpjitterbuffer.c: diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c index 85d80f5a..aca4a3bf 100644 --- a/gst/dvdspu/gstdvdspu.c +++ b/gst/dvdspu/gstdvdspu.c @@ -23,7 +23,6 @@ #include <string.h> #include <gst/gst.h> -#include <gst/video/video.h> #include "gstdvdspu.h" |