mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
57889d4b0a
Original commit message from CVS: update spec file and add two missing files for disting
31 lines
597 B
Makefile
31 lines
597 B
Makefile
plugin_LTLIBRARIES = libgstspeexresample.la
|
|
|
|
libgstspeexresample_la_SOURCES = \
|
|
gstspeexresample.c \
|
|
speex_resampler_int.c \
|
|
speex_resampler_float.c
|
|
|
|
libgstspeexresample_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
|
|
libgstspeexresample_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS) \
|
|
-lgstaudio-$(GST_MAJORMINOR) \
|
|
$(LIBM)
|
|
|
|
libgstspeexresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
arch.h \
|
|
fixed_generic.h \
|
|
gstspeexresample.h \
|
|
speex_resampler.h \
|
|
speex_resampler_wrapper.h
|
|
|
|
EXTRA_DIST = \
|
|
resample.c
|
|
|