summaryrefslogtreecommitdiffstats
path: root/ext/libpng/Makefile.am
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-08-02 11:42:33 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-08-02 11:42:33 +0000
commit2fb546c97188d1fba17ec48334c56a19a1b14162 (patch)
treed3ffc35f3bca05942eb1a084bf6e6141399b5074 /ext/libpng/Makefile.am
parent84371908c80920400406a718a78819a3959dc5db (diff)
Ported pngenc , still have to port pngdec...
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/libpng/Makefile.am: * ext/libpng/gstpng.c: * ext/libpng/gstpngenc.c: Ported pngenc , still have to port pngdec...
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 0d745147..afab336c 100644
--- a/ext/libpng/Makefile.am
+++ b/ext/libpng/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstpng.la
-libgstpng_la_SOURCES = gstpng.c gstpngdec.c gstpngenc.c
+libgstpng_la_SOURCES = gstpng.c gstpngenc.c # gstpngdec.c
libgstpng_la_CFLAGS = $(GST_CFLAGS)
libgstpng_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
libgstpng_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)