mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
9 lines
274 B
Makefile
9 lines
274 B
Makefile
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstaudioconvert.la
|
||
|
|
||
|
libgstaudioconvert_la_SOURCES = gstaudioconvert.c
|
||
|
libgstaudioconvert_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstaudioconvert_la_LIBADD =
|
||
|
libgstaudioconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|