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 /gst | |
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).
Diffstat (limited to 'gst')
-rw-r--r-- | gst/dvdspu/gstdvdspu.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |