view libaf/dsp.h @ 26347:1e6b8666f96f

10l: libass compilation should be conditional.
author diego
date Wed, 09 Apr 2008 18:33:26 +0000
parents 327b7955381f
children 07abe94a9cc4
line wrap: on
line source

/*=============================================================================
//	
//  This software has been released under the terms of the GNU General Public
//  license. See http://www.gnu.org/copyleft/gpl.html for details.
//
//  Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
//
//=============================================================================
*/

#ifndef	MPLAYER_DSP_H
#define	MPLAYER_DSP_H

/* Implementation of routines used for DSP */

/* Size of floating point type used in routines */
#define _ftype_t float

#include "window.h"
#include "filter.h"

#endif /* MPLAYER_DSP_H */