mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
13 lines
281 B
Makefile
13 lines
281 B
Makefile
|
|
||
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgstaudioscale.la
|
||
|
|
||
|
libgstaudioscale_la_SOURCES = gstaudioscale.c
|
||
|
libgstaudioscale_la_LIBADD = $(top_builddir)/libs/resample/libresample.la
|
||
|
libgstaudioscale_la_CFLAGS = -ffast-math $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstaudioscale.h
|
||
|
|
||
|
|