gst/speexresample/Makefile.am: Add missing file.
Original commit message from CVS: * gst/speexresample/Makefile.am: Add missing file.
This commit is contained in:
parent
bd8885220e
commit
25c4adab31
30
gst/speexresample/Makefile.am
Normal file
30
gst/speexresample/Makefile.am
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
resample.c
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user