mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
8 lines
225 B
Makefile
8 lines
225 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstaudioconvert.la
|
||
|
|
||
|
libgstaudioconvert_la_SOURCES = gstaudioconvert.c
|
||
|
libgstaudioconvert_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstaudioconvert_la_LIBADD =
|
||
|
libgstaudioconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|