comparison libmpcodecs/ad_liba52.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 3d1f21672c3e
children befc16265bb1
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
12 12
13 #include "ad_internal.h" 13 #include "ad_internal.h"
14 14
15 #include "cpudetect.h" 15 #include "cpudetect.h"
16 16
17 #include "../libaf/af_format.h" 17 #include "libaf/af_format.h"
18 18
19 #include "../liba52/a52.h" 19 #include "liba52/a52.h"
20 #include "../liba52/mm_accel.h" 20 #include "liba52/mm_accel.h"
21 21
22 static sample_t * a52_samples; 22 static sample_t * a52_samples;
23 static a52_state_t a52_state; 23 static a52_state_t a52_state;
24 static uint32_t a52_flags=0; 24 static uint32_t a52_flags=0;
25 /** Used by a52_resample_float, it defines the mapping between liba52 25 /** Used by a52_resample_float, it defines the mapping between liba52