diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-08-28 08:10:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-08-28 08:10:05 +0000 |
commit | 3db14a2b604d8161b2794c49d100e79393a149c0 (patch) | |
tree | 679d15b2a38d10e9b80137be0f07b58f4dc0f302 | |
parent | e966504766a3b41f89dc85379f4e247cda615389 (diff) | |
download | gst-plugins-bad-3db14a2b604d8161b2794c49d100e79393a149c0.tar.gz gst-plugins-bad-3db14a2b604d8161b2794c49d100e79393a149c0.tar.bz2 gst-plugins-bad-3db14a2b604d8161b2794c49d100e79393a149c0.zip |
gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninstalled setup).
Original commit message from CVS:
* gst/dvdspu/gstdvdspu.c:
Don't need this include (fixes compilation in uninstalled setup).
-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" |