mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
11 lines
315 B
Makefile
11 lines
315 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstaudioresample.la
|
||
|
|
||
|
libgstaudioresample_la_SOURCES = gstaudioresample.c
|
||
|
libgstaudioresample_la_CFLAGS = $(GST_CFLAGS) $(AUDIORESAMPLE_CFLAGS)
|
||
|
libgstaudioresample_la_LIBADD = $(AUDIORESAMPLE_LIBS)
|
||
|
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstaudioresample.h
|
||
|
|