Merge svn changes up to r28204
[mplayer/glamo.git] / libaf / dsp.h
blobdd788d5a497dc373c871e31af5ee8a7f8dd5cb3b
1 /*=============================================================================
2 //
3 // This software has been released under the terms of the GNU General Public
4 // license. See http://www.gnu.org/copyleft/gpl.html for details.
5 //
6 // Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
7 //
8 //=============================================================================
9 */
11 #ifndef MPLAYER_DSP_H
12 #define MPLAYER_DSP_H
14 /* Implementation of routines used for DSP */
16 /* Size of floating point type used in routines */
17 #define FLOAT_TYPE float
19 #include "window.h"
20 #include "filter.h"
22 #endif /* MPLAYER_DSP_H */