2001-12-23 13:17:36 +00:00
|
|
|
|
2002-06-17 10:29:30 +00:00
|
|
|
plugin_LTLIBRARIES = libgsty4menc.la
|
2001-12-23 13:17:36 +00:00
|
|
|
|
2002-06-17 10:29:30 +00:00
|
|
|
libgsty4menc_la_SOURCES = gsty4mencode.c
|
[MOVED FROM BAD] configure.ac: Enable cdaudio and y4m.
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet be>
* configure.ac:
Enable cdaudio and y4m.
* gst/y4m/Makefile.am:
* gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
(gst_y4m_encode_class_init), (gst_y4m_encode_init),
(gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
(gst_y4m_encode_get_stream_header),
(gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
(gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
(gst_y4m_encode_change_state), (plugin_init):
* gst/y4m/gsty4mencode.h:
Port of y4mencode to 0.10.
2006-11-13 18:55:57 +00:00
|
|
|
libgsty4menc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
libgsty4menc_la_LIBADD = $(GST_LIBS)
|
2002-06-17 10:29:30 +00:00
|
|
|
libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgsty4menc_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-23 13:17:36 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gsty4mencode.h
|