gstreamer/gst/audioscale/Makefile.am
Andy Wingo 9af006a1f0 much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Original commit message from CVS:
much build fixage
turns out synaesthesia and smoothwav depend on gtk, maybe they should go to
ext/
2001-12-23 04:38:38 +00:00

12 lines
292 B
Makefile

filterdir = $(libdir)/gst
filter_LTLIBRARIES = libgstaudioscale.la
libgstaudioscale_la_SOURCES = gstaudioscale.c
libgstaudioscale_la_LIBADD = $(top_builddir)/gst-libs/gst/resample/libgstresample.la
libgstaudioscale_la_CFLAGS = -ffast-math $(GST_CFLAGS)
noinst_HEADERS = gstaudioscale.h