2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdeinterlace.la
|
2001-12-22 23:26:33 +00:00
|
|
|
|
Port simple deinterlacer from 0.8. Use at your own risk, don't blame me for anything it does or does not do to your p...
Original commit message from CVS:
* configure.ac:
* gst/deinterlace/Makefile.am:
* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
(gst_deinterlace_class_init), (gst_deinterlace_init),
(gst_deinterlace_stop), (gst_deinterlace_transform_caps),
(gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
(gst_deinterlace_set_property), (gst_deinterlace_get_property):
* gst/deinterlace/gstdeinterlace.h:
Port simple deinterlacer from 0.8. Use at your own risk, don't blame
me for anything it does or does not do to your precious pictures.
2006-10-11 20:33:48 +00:00
|
|
|
# NOTE: we don't need $(GST_PLUGINS_BASE_LIBS) at the moment
|
2001-12-22 23:26:33 +00:00
|
|
|
libgstdeinterlace_la_SOURCES = gstdeinterlace.c
|
Port simple deinterlacer from 0.8. Use at your own risk, don't blame me for anything it does or does not do to your p...
Original commit message from CVS:
* configure.ac:
* gst/deinterlace/Makefile.am:
* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
(gst_deinterlace_class_init), (gst_deinterlace_init),
(gst_deinterlace_stop), (gst_deinterlace_transform_caps),
(gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
(gst_deinterlace_set_property), (gst_deinterlace_get_property):
* gst/deinterlace/gstdeinterlace.h:
Port simple deinterlacer from 0.8. Use at your own risk, don't blame
me for anything it does or does not do to your precious pictures.
2006-10-11 20:33:48 +00:00
|
|
|
libgstdeinterlace_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
libgstdeinterlace_la_LIBADD = $(GST_BASE_LIBS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstdeinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstdeinterlace.h
|
|
|
|
|