summaryrefslogtreecommitdiffstats
path: root/gst/speexresample/speex_resampler_double.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-27 19:22:42 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-27 19:22:42 +0000
commitd56af9d36dabd5339be7ec71d32d2edf536ca832 (patch)
tree32483c2cca147e14d5df55c99f274ea29d5130ab /gst/speexresample/speex_resampler_double.c
parentbf2d02c1b6a78cf7bf117fb4fa5c909218863824 (diff)
downloadgst-plugins-bad-d56af9d36dabd5339be7ec71d32d2edf536ca832.tar.gz
gst-plugins-bad-d56af9d36dabd5339be7ec71d32d2edf536ca832.tar.bz2
gst-plugins-bad-d56af9d36dabd5339be7ec71d32d2edf536ca832.zip
Remove old speexresample files.
Original commit message from CVS: * gst/speexresample/Makefile.am: * gst/speexresample/README: * gst/speexresample/arch.h: * gst/speexresample/fixed_arm4.h: * gst/speexresample/fixed_arm5e.h: * gst/speexresample/fixed_bfin.h: * gst/speexresample/fixed_debug.h: * gst/speexresample/fixed_generic.h: * gst/speexresample/gstspeexresample.c: * gst/speexresample/gstspeexresample.h: * gst/speexresample/resample.c: * gst/speexresample/resample_sse.h: * gst/speexresample/speex_resampler.h: * gst/speexresample/speex_resampler_double.c: * gst/speexresample/speex_resampler_float.c: * gst/speexresample/speex_resampler_int.c: * gst/speexresample/speex_resampler_wrapper.h: * tests/check/elements/speexresample.c: Remove old speexresample files.
Diffstat (limited to 'gst/speexresample/speex_resampler_double.c')
-rw-r--r--gst/speexresample/speex_resampler_double.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/gst/speexresample/speex_resampler_double.c b/gst/speexresample/speex_resampler_double.c
deleted file mode 100644
index e5a25714..00000000
--- a/gst/speexresample/speex_resampler_double.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/* GStreamer
- * Copyright (C) 2007-2008 Sebastian Dröge <sebastian.droege@collabora.co.uk>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#define FLOATING_POINT
-#define DOUBLE_PRECISION
-#define OUTSIDE_SPEEX
-#define RANDOM_PREFIX resample_double
-
-#include "resample.c"