mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
57deb3aace
Original commit message from CVS: higher up first
9 lines
327 B
Makefile
9 lines
327 B
Makefile
plugin_LTLIBRARIES = libgstpitch.la
|
|
|
|
libgstpitch_la_SOURCES = gstpitch.cc
|
|
|
|
libgstpitch_la_CXXFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUNDTOUCH_CFLAGS)
|
|
libgstpitch_la_LIBADD = $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_LIBS) $(SOUNDTOUCH_LIBS)
|
|
libgstpitch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstpitch.hh
|