summaryrefslogtreecommitdiff
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-11-27 12:29:11 +0200
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-11-30 13:03:04 +0100
commitd7bd0a4c103db08a20368975eafd397b3fab6a9f (patch)
tree7fe72186d11953ae9da6ab5adca61f728919c590 /gst-libs/gst
parent52eaafcd6c8f27d50ffff0ca8d18310d9378654b (diff)
downloadgst-vaapi-d7bd0a4c103db08a20368975eafd397b3fab6a9f.tar.gz
build: Add gmodule dependency for libgstvaapi_egl
https://bugzilla.gnome.org/show_bug.cgi?id=756259
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/vaapi/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/Makefile.am b/gst-libs/gst/vaapi/Makefile.am
index 107ef2a5..314fd2d2 100644
--- a/gst-libs/gst/vaapi/Makefile.am
+++ b/gst-libs/gst/vaapi/Makefile.am
@@ -501,6 +501,7 @@ libgstvaapi_egl_@GST_API_VERSION@_la_CFLAGS = \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir)/gst-libs \
$(GLIB_CFLAGS) \
+ $(GMODULE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_VIDEO_CFLAGS) \
$(LIBVA_CFLAGS) \
@@ -509,6 +510,7 @@ libgstvaapi_egl_@GST_API_VERSION@_la_CFLAGS = \
libgstvaapi_egl_@GST_API_VERSION@_la_LIBADD = \
$(GLIB_LIBS) \
+ $(GMODULE_LIBS) \
$(GST_LIBS) \
$(GST_BASE_LIBS) \
$(GST_VIDEO_LIBS) \