mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
s/lib/plugin/ link to GST_LIBS load resample lib at runtime vs hard link
Original commit message from CVS: * s/lib/plugin/ * link to GST_LIBS * load resample lib at runtime vs hard link
This commit is contained in:
parent
2a6669aa02
commit
aefd225f62
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
##libdir = $(libdir)/gst
|
||||
plugindir = $(libdir)/gst
|
||||
|
||||
lib_LTLIBRARIES = libgstaudioscale.la
|
||||
plugin_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)
|
||||
libgstaudioscale_la_LIBADD = $(GST_LIBS)
|
||||
|
||||
noinst_HEADERS = gstaudioscale.h
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue