mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
7face56b42
Original commit message from CVS: * gst/audiorate/Makefile.am: * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type), (gst_audiorate_base_init), (gst_audiorate_class_init), (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain), (gst_audiorate_set_property), (gst_audiorate_get_property), (gst_audiorate_change_state), (plugin_init): Added an audiorate converter that fills in gaps.
7 lines
207 B
Makefile
7 lines
207 B
Makefile
|
|
plugin_LTLIBRARIES = libgstaudiorate.la
|
|
|
|
libgstaudiorate_la_SOURCES = gstaudiorate.c
|
|
libgstaudiorate_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstaudiorate_la_LIBADD =
|
|
libgstaudiorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|