mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
9af006a1f0
Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
12 lines
292 B
Makefile
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
|
|
|
|
|