mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
2ae32d6f92
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
8 lines
290 B
Makefile
8 lines
290 B
Makefile
plugin_LTLIBRARIES = libgstpng.la
|
|
|
|
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)
|
|
|
|
noinst_HEADERS = gstpngdec.h gstpngenc.h
|