mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
higher up first
Original commit message from CVS: higher up first
This commit is contained in:
parent
27a203a9b0
commit
57deb3aace
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ plugin_LTLIBRARIES = libgstpitch.la
|
|||
|
||||
libgstpitch_la_SOURCES = gstpitch.cc
|
||||
|
||||
libgstpitch_la_CXXFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(SOUNDTOUCH_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||||
libgstpitch_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(SOUNDTOUCH_LIBS) $(GST_CONTROLLER_LIBS)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue