mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 19:58:57 +00:00
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:
parent
e966504766
commit
3db14a2b60
2 changed files with 5 additions and 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:
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
|
||||
#include "gstdvdspu.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue