Support gles animation.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-support / libshairport / libshairport / 007_fix_syslog_defines.patch
diff --git a/meta-openvuplus/recipes-support/libshairport/libshairport/007_fix_syslog_defines.patch b/meta-openvuplus/recipes-support/libshairport/libshairport/007_fix_syslog_defines.patch
new file mode 100644 (file)
index 0000000..4d9b834
--- /dev/null
@@ -0,0 +1,24 @@
+--- src/shairport.h    2011-10-01 04:09:16.000000000 +0200
++++ src/shairport.h    2011-11-07 18:05:05.000000000 +0100
+@@ -16,10 +16,17 @@
+ #define HWID_SIZE 6
+ #define SHAIRPORT_LOG 1
+-#define LOG_INFO     1
+-#define LOG_DEBUG    5
+-#define LOG_DEBUG_V  6
+-#define LOG_DEBUG_VV 7
++
++#ifndef LOG_INFO
++#define LOG_INFO     5
++#endif
++
++#ifndef LOG_DEBUG
++#define LOG_DEBUG    6
++#endif
++
++#define LOG_DEBUG_V  7
++#define LOG_DEBUG_VV 8
+ struct shairbuffer
+ {