mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
0793153090
Original commit message from CVS: should be properly tested for first
20 lines
503 B
Makefile
20 lines
503 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstspectrum.la
|
|
|
|
libgstspectrum_la_SOURCES = gstspectrum.c fix_fft.c
|
|
libgstspectrum_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstspectrum.h
|
|
|
|
## this thing needs gnome too, so unless someone checks for it, let's
|
|
## comment it out.
|
|
## if HAVE_GTK
|
|
## noinst_PROGRAMS = demo-osssrc
|
|
## endif
|
|
|
|
## demo_osssrc_SOURCES = demo-osssrc.c
|
|
## demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
## demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
|
|
|
EXTRA_DIST = README
|