summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/dvdspu/gstdvdspu.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1609f72a..69facf28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"