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).
This commit is contained in:
Tim-Philipp Müller 2007-08-28 08:10:05 +00:00
parent e966504766
commit 3db14a2b60
2 changed files with 5 additions and 1 deletions

View file

@ -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:

View file

@ -23,7 +23,6 @@
#include <string.h>
#include <gst/gst.h>
#include <gst/video/video.h>
#include "gstdvdspu.h"