mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
dvdread: fix build after recent include reshuffling in core
Need to include gmodule.h ourselves now.
This commit is contained in:
parent
7fa3eb2605
commit
ccc59fc924
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
||||||
|
|
||||||
#include "dvdreadsrc.h"
|
#include "dvdreadsrc.h"
|
||||||
|
|
||||||
|
#include <gmodule.h>
|
||||||
|
|
||||||
#include <gst/gst-i18n-plugin.h>
|
#include <gst/gst-i18n-plugin.h>
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gstgst_dvd_read_src_debug);
|
GST_DEBUG_CATEGORY_STATIC (gstgst_dvd_read_src_debug);
|
||||||
|
|
Loading…
Reference in a new issue