diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-09-03 21:12:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-09-03 21:12:36 +0000 |
commit | 57deb3aace1d735030ad4a4f4caae80d647e42d9 (patch) | |
tree | b5eab8f62e2d3523b64cfa1a2984b1be5e78104a | |
parent | 27a203a9b0f35dca1efc5933c16e8b4cfab96600 (diff) | |
download | gst-plugins-bad-57deb3aace1d735030ad4a4f4caae80d647e42d9.tar.gz gst-plugins-bad-57deb3aace1d735030ad4a4f4caae80d647e42d9.tar.bz2 gst-plugins-bad-57deb3aace1d735030ad4a4f4caae80d647e42d9.zip |
higher up first
Original commit message from CVS:
higher up first
-rw-r--r-- | ext/soundtouch/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soundtouch/Makefile.am b/ext/soundtouch/Makefile.am index e7523bfb..2f92ef43 100644 --- a/ext/soundtouch/Makefile.am +++ b/ext/soundtouch/Makefile.am @@ -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 |