Support gles animation.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-support / libshairport / libshairport / 007_fix_syslog_defines.patch
1 --- src/shairport.h     2011-10-01 04:09:16.000000000 +0200
2 +++ src/shairport.h     2011-11-07 18:05:05.000000000 +0100
3 @@ -16,10 +16,17 @@
4  
5  #define HWID_SIZE 6
6  #define SHAIRPORT_LOG 1
7 -#define LOG_INFO     1
8 -#define LOG_DEBUG    5
9 -#define LOG_DEBUG_V  6
10 -#define LOG_DEBUG_VV 7
11 +
12 +#ifndef LOG_INFO
13 +#define LOG_INFO     5
14 +#endif
15 +
16 +#ifndef LOG_DEBUG
17 +#define LOG_DEBUG    6
18 +#endif
19 +
20 +#define LOG_DEBUG_V  7
21 +#define LOG_DEBUG_VV 8
22  
23  struct shairbuffer
24  {