Factor common code out of if in x11_common.c
[mplayer/glamo.git] / libaf / dsp.h
blobbee34a45dbb05302ae2772a9962d273108d9976a
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 _DSP_H
12 #define _DSP_H 1
14 /* Implementation of routines used for DSP */
16 /* Size of floating point type used in routines */
17 #define _ftype_t float
19 #include <window.h>
20 #include <filter.h>
22 #endif