gst-plugins-ugly: dvdread: fix build after recent include reshuffling in core

Tim Müller tpm at kemper.freedesktop.org
Mon Apr 30 13:28:37 PDT 2012


Module: gst-plugins-ugly
Branch: master
Commit: ccc59fc924a54cffd2d998e65562059f0dc73a07
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=ccc59fc924a54cffd2d998e65562059f0dc73a07

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Mon Apr 30 21:27:52 2012 +0100

dvdread: fix build after recent include reshuffling in core

Need to include gmodule.h ourselves now.

---

 ext/dvdread/dvdreadsrc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ext/dvdread/dvdreadsrc.c b/ext/dvdread/dvdreadsrc.c
index 3c2e631..7140983 100644
--- a/ext/dvdread/dvdreadsrc.c
+++ b/ext/dvdread/dvdreadsrc.c
@@ -33,6 +33,8 @@
 
 #include "dvdreadsrc.h"
 
+#include <gmodule.h>
+
 #include <gst/gst-i18n-plugin.h>
 
 GST_DEBUG_CATEGORY_STATIC (gstgst_dvd_read_src_debug);



More information about the gstreamer-commits mailing list