mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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
854472e0a4
commit
10f5d42632
2 changed files with 35 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* gst/speexresample/Makefile.am:
|
||||||
|
Add missing file.
|
||||||
|
|
||||||
2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-11-20 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* docs/plugins/inspect/plugin-app.xml:
|
* docs/plugins/inspect/plugin-app.xml:
|
||||||
|
|
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…
Reference in a new issue