mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
37822dc3fb
Original commit message from CVS: Fix part of the build. Come on guys, autogen didn't even work :)
16 lines
497 B
Makefile
16 lines
497 B
Makefile
#plugin_LTLIBRARIES = libgstaudioscale.la
|
|
noinst_LTLIBRARIES = libgstresample.la
|
|
|
|
#libgstaudioscale_la_SOURCES = gstaudioscale.c
|
|
#libgstaudioscale_la_CFLAGS = $(GST_CFLAGS)
|
|
#libgstaudioscale_la_LIBADD =
|
|
#libgstaudioscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstaudioscale.h private.h
|
|
|
|
libgstresample_la_SOURCES = dtos.c dtof.c functable.c resample.c resample.h
|
|
libgstresample_la_LIBADD =
|
|
libgstresample_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|