diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-27 19:13:59 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-27 19:13:59 +0000 |
commit | 7afac6e23a9827dbbc7dab1e49c0a4c59c7c5950 (patch) | |
tree | e93a361b0b90e6fcf303d8515ddccfb34d4cfe32 /gst/audioresample/Makefile.am | |
parent | 32ceb10be854570db62e2139ea178612d3a1c6ad (diff) |
Remove audioresample files.
Original commit message from CVS:
* gst/audioresample/Makefile.am:
* gst/audioresample/buffer.c:
* gst/audioresample/buffer.h:
* gst/audioresample/debug.c:
* gst/audioresample/debug.h:
* gst/audioresample/functable.c:
* gst/audioresample/functable.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/gstaudioresample.h:
* gst/audioresample/resample.c:
* gst/audioresample/resample.h:
* gst/audioresample/resample_chunk.c:
* gst/audioresample/resample_functable.c:
* gst/audioresample/resample_ref.c:
* tests/check/elements/audioresample.c:
Remove audioresample files.
Diffstat (limited to 'gst/audioresample/Makefile.am')
-rw-r--r-- | gst/audioresample/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/audioresample/Makefile.am b/gst/audioresample/Makefile.am index cacde0f42..f9c4c52c2 100644 --- a/gst/audioresample/Makefile.am +++ b/gst/audioresample/Makefile.am @@ -19,5 +19,3 @@ libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES) libgstaudioresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS) libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS) libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static - |