comparison liba52/a52.h @ 28797:dcdc0c85d354

Sync local changes file with #ifdef --> #if conversion.
author diego
date Fri, 06 Mar 2009 00:41:09 +0000
parents 0783dd397f74
children
comparison
equal deleted inserted replaced
28796:621228f94c83 28797:dcdc0c85d354
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 */ 26 */
27 27
28 #ifndef A52_H 28 #ifndef A52_H
29 #define A52_H 29 #define A52_H
30
31 #include <stdint.h>
32 #include "mm_accel.h"
30 33
31 #ifndef LIBA52_DOUBLE 34 #ifndef LIBA52_DOUBLE
32 typedef float sample_t; 35 typedef float sample_t;
33 #else 36 #else
34 typedef double sample_t; 37 typedef double sample_t;