mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
92fe387eea
Original commit message from CVS: 2004-04-09 Andy Wingo <wingo@pobox.com> * gst/audioconvert/bufferframesconvert.c: New element to convert buffer-frames for float streams. Not working nicely yet. * gst/audioconvert/plugin.h: * gst/audioconvert/plugin.c: New files. * gst/audioconvert/Makefile.am: Build the new files. * gst/audioconvert/gstaudioconvert.c: Initialize via plugin.[ch].
7 lines
265 B
Makefile
7 lines
265 B
Makefile
|
|
plugin_LTLIBRARIES = libgstaudioconvert.la
|
|
|
|
libgstaudioconvert_la_SOURCES = gstaudioconvert.c bufferframesconvert.c plugin.c plugin.h
|
|
libgstaudioconvert_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstaudioconvert_la_LIBADD =
|
|
libgstaudioconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|