summaryrefslogtreecommitdiffstats
path: root/gst/speexresample/speex_resampler_float.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-23 12:39:21 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-01-23 12:47:19 +0100
commit6fec8619b597f5cc9c58d268ddd9f64ea0a94277 (patch)
treec9c2bea935db978a38203d986628381f35e44755 /gst/speexresample/speex_resampler_float.c
parent0cda7294abdbd49ccde526bfa5efbe66bd109740 (diff)
downloadgst-plugins-bad-6fec8619b597f5cc9c58d268ddd9f64ea0a94277.tar.gz
gst-plugins-bad-6fec8619b597f5cc9c58d268ddd9f64ea0a94277.tar.bz2
gst-plugins-bad-6fec8619b597f5cc9c58d268ddd9f64ea0a94277.zip
Remove speexresample from -bad, it's in -base
Diffstat (limited to 'gst/speexresample/speex_resampler_float.c')
-rw-r--r--gst/speexresample/speex_resampler_float.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/gst/speexresample/speex_resampler_float.c b/gst/speexresample/speex_resampler_float.c
deleted file mode 100644
index 281e52d3..00000000
--- a/gst/speexresample/speex_resampler_float.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/* GStreamer
- * Copyright (C) 2007 Sebastian Dröge <slomo@circular-chaos.org>
- *
- * 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 OUTSIDE_SPEEX
-#define RANDOM_PREFIX resample_float
-
-#include "resample.c"