summaryrefslogtreecommitdiffstats
path: root/ext/libpng/Makefile.am
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-10-15 16:48:55 +0000
committerJulien Moutte <julien@moutte.net>2005-10-15 16:48:55 +0000
commit2ae32d6f921c5a1d6ef20180efdad91aa5b53b1e (patch)
tree092f82a014bea2d6eeadd4022c43687a078ede42 /ext/libpng/Makefile.am
parent22b9a5cd4310a0c4b4ab1508c0ac8fb6a951f061 (diff)
ext/libpng/: Ported pngdec to 0.9
Original commit message from CVS: 2005-10-15 Julien MOUTTE <julien@moutte.net> * ext/libpng/Makefile.am: * ext/libpng/gstpng.c: (plugin_init): * ext/libpng/gstpngdec.c: (gst_pngdec_class_init), (gst_pngdec_init), (user_read_data), (gst_pngdec_chain): * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
Diffstat (limited to 'ext/libpng/Makefile.am')
-rw-r--r--ext/libpng/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libpng/Makefile.am b/ext/libpng/Makefile.am
index 911a3b80..5da26379 100644
--- a/ext/libpng/Makefile.am
+++ b/ext/libpng/Makefile.am
@@ -1,6 +1,6 @@
plugin_LTLIBRARIES = libgstpng.la
-libgstpng_la_SOURCES = gstpng.c gstpngenc.c # gstpngdec.c
+libgstpng_la_SOURCES = gstpng.c gstpngenc.c gstpngdec.c
libgstpng_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstpng_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
libgstpng_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)