mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
aefd225f62
Original commit message from CVS: * s/lib/plugin/ * link to GST_LIBS * load resample lib at runtime vs hard link
9 lines
245 B
Makefile
9 lines
245 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstaudioscale.la
|
|
|
|
libgstaudioscale_la_SOURCES = gstaudioscale.c
|
|
libgstaudioscale_la_CFLAGS = -ffast-math $(GST_CFLAGS)
|
|
libgstaudioscale_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstaudioscale.h
|