comparison libaf/af_mp.h @ 16982:a9da2db9eb16

Unify include paths by adding -I.. to CFLAGS.
author diego
date Sun, 13 Nov 2005 18:28:44 +0000
parents 815f03b7cee5
children d88f5f82826e
comparison
equal deleted inserted replaced
16981:956c693fdc80 16982:a9da2db9eb16
1 /* Include file for mplayer specific defines and includes */ 1 /* Include file for mplayer specific defines and includes */
2 #ifndef __af_mp_h__ 2 #ifndef __af_mp_h__
3 #define __af_mp_h__ 3 #define __af_mp_h__
4 4
5 #include "../config.h" 5 #include "config.h"
6 #include "../mp_msg.h" 6 #include "mp_msg.h"
7 #include "../cpudetect.h" 7 #include "cpudetect.h"
8 8
9 /* Set the initialization type from mplayers cpudetect */ 9 /* Set the initialization type from mplayers cpudetect */
10 #ifdef AF_INIT_TYPE 10 #ifdef AF_INIT_TYPE
11 #undef AF_INIT_TYPE 11 #undef AF_INIT_TYPE
12 #define AF_INIT_TYPE \ 12 #define AF_INIT_TYPE \