comparison libaf/af_mp.h @ 25551:d88f5f82826e

Replace multiple inclusion guards with leading underscores by default names. Leading underscores are reserved for system identifiers.
author diego
date Tue, 01 Jan 2008 20:21:20 +0000
parents a9da2db9eb16
children 4129c8cfa742
comparison
equal deleted inserted replaced
25550:8338eda7af28 25551:d88f5f82826e
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
17 #undef af_msg 17 #undef af_msg
18 #endif 18 #endif
19 #define af_msg(lev, args... ) \ 19 #define af_msg(lev, args... ) \
20 mp_msg(MSGT_AFILTER,(((lev)<0)?((lev)+3):(((lev)==0)?MSGL_INFO:((lev)+5))), ##args ) 20 mp_msg(MSGT_AFILTER,(((lev)<0)?((lev)+3):(((lev)==0)?MSGL_INFO:((lev)+5))), ##args )
21 21
22 #endif /* __af_mp_h__ */ 22 #endif /* AF_MP_H */