diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-07-27 12:47:23 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-07-27 12:47:23 +0000 |
commit | 0aca38b38e8facd14540874dc3d68f65dac2364f (patch) | |
tree | 0288ec8aca1e075d69e111c4cb80defdb50bbb6b /src/xine-engine/resample.c | |
parent | 47a3a7ec62f0ec8ddde070e612aa7f9ea9f68535 (diff) | |
download | xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.gz xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.bz2 |
- removed xine-engine/locale.c as it is unused, fix static functions in the
engine and the utils, removed unused variables
CVS patchset: 5219
CVS date: 2003/07/27 12:47:23
Diffstat (limited to 'src/xine-engine/resample.c')
-rw-r--r-- | src/xine-engine/resample.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/resample.c b/src/xine-engine/resample.c index d7f0dec90..a9de42e27 100644 --- a/src/xine-engine/resample.c +++ b/src/xine-engine/resample.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: resample.c,v 1.5 2002/12/11 16:22:05 miguelfreitas Exp $ + * $Id: resample.c,v 1.6 2003/07/27 12:47:23 hadess Exp $ */ #ifdef HAVE_CONFIG_H @@ -25,6 +25,7 @@ #endif #include <inttypes.h> +#include "resample.h" /* contributed by paul flinders */ |