mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
10 lines
297 B
Makefile
10 lines
297 B
Makefile
|
plugin_LTLIBRARIES = libgstpitch.la
|
||
|
|
||
|
libgstpitch_la_SOURCES = gstpitch.cc
|
||
|
|
||
|
libgstpitch_la_CXXFLAGS = @GST_CFLAGS@ @GST_BASE_CFLAGS@ @SOUNDTOUCH_CFLAGS@
|
||
|
libgstpitch_la_LIBADD = @GST_LIBS@ @GST_BASE_LIBS@ @SOUNDTOUCH_LIBS@
|
||
|
libgstpitch_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||
|
|
||
|
noinst_HEADERS = gstpitch.hh
|