mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
gst/spectrum/Makefile.am: Fix build.
Original commit message from CVS: 2006-06-16 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/spectrum/Makefile.am: Fix build.
This commit is contained in:
parent
7f9bc84725
commit
384fe0bda8
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-06-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
|
* gst/spectrum/Makefile.am:
|
||||||
|
Fix build.
|
||||||
|
|
||||||
2006-06-16 Stefan Kost <ensonic@users.sf.net>
|
2006-06-16 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/spectrum/demo-audiotest.c: (on_window_destroy),
|
* gst/spectrum/demo-audiotest.c: (on_window_destroy),
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
plugin_LTLIBRARIES = libgstspectrum.la
|
plugin_LTLIBRARIES = libgstspectrum.la
|
||||||
|
|
||||||
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
|
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
|
||||||
libgstspectrum_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstspectrum_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||||
libgstspectrum_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
$(GST_CFLAGS)
|
||||||
|
libgstspectrum_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
|
||||||
libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstspectrum.h
|
noinst_HEADERS = gstspectrum.h
|
||||||
|
|
Loading…
Reference in a new issue