diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-06-18 10:13:10 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-06-18 10:13:10 +0100 |
commit | 7a6183802dbb8d4cafa1a81a33c57f0fc2cb2e10 (patch) | |
tree | 3217aa57b585fe79dab3b8dfe31a0abc499f985c /gst/pnm | |
parent | 189353619c6faf11790d969b66e6866a0814e199 (diff) |
pnm: link against libgstbase for GstAdapter
https://bugzilla.gnome.org/show_bug.cgi?id=730523
Diffstat (limited to 'gst/pnm')
-rw-r--r-- | gst/pnm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/pnm/Makefile.am b/gst/pnm/Makefile.am index 5ccec7e75..e6c397b44 100644 --- a/gst/pnm/Makefile.am +++ b/gst/pnm/Makefile.am @@ -1,8 +1,8 @@ plugin_LTLIBRARIES = libgstpnm.la libgstpnm_la_SOURCES = gstpnmutils.c gstpnm.c gstpnmdec.c gstpnmenc.c -libgstpnm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstpnm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_API_VERSION@ +libgstpnm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) +libgstpnm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_API_VERSION@ libgstpnm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstpnm_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) |