summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-06-07 15:38:25 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-06-07 15:38:25 +0200
commitbae53878e69a6caee405b10a139eb374e7f70ff3 (patch)
tree821f24bddbf56a18ed33a643fe1dd3b678ff5567 /ext
parent1ba08e331c639257b91ed32c992d217d37a37932 (diff)
downloadgstreamer-bae53878e69a6caee405b10a139eb374e7f70ff3.tar.gz
png: Link with libgstbase for GstByteReader and GstAdapter
Diffstat (limited to 'ext')
-rw-r--r--ext/libpng/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/libpng/Makefile.am b/ext/libpng/Makefile.am
index 7f80d860d0..712df09ad2 100644
--- a/ext/libpng/Makefile.am
+++ b/ext/libpng/Makefile.am
@@ -1,9 +1,9 @@
plugin_LTLIBRARIES = libgstpng.la
libgstpng_la_SOURCES = gstpng.c gstpngenc.c gstpngdec.c
-libgstpng_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LIBPNG_CFLAGS)
+libgstpng_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBPNG_CFLAGS)
libgstpng_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
- $(GST_LIBS) $(LIBPNG_LIBS)
+ $(GST_BASE_LIBS) $(GST_LIBS) $(LIBPNG_LIBS)
libgstpng_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstpng_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)