comparison src/madplug/plugin.h @ 2214:9a869d4bb0d3

make use of AUDDBG() for debug print out.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 06 Dec 2007 23:25:24 +0900
parents e8ea3a76a84e
children 1457b35713d9
comparison
equal deleted inserted replaced
2213:137187e7a379 2214:9a869d4bb0d3
20 */ 20 */
21 21
22 #ifndef AUD_MAD_H 22 #ifndef AUD_MAD_H
23 #define AUD_MAD_H 23 #define AUD_MAD_H
24 24
25 /* #define DEBUG 1 */ 25 /* #define AUD_DEBUG 1 */
26 /* #define DEBUG_INTENSIVELY 1 */ 26 /* #define DEBUG_INTENSIVELY 1 */
27 /* #define DEBUG_DITHER 1 */ 27 /* #define DEBUG_DITHER 1 */
28 28
29 #undef G_LOG_DOMAIN 29 #undef G_LOG_DOMAIN
30 #define G_LOG_DOMAIN "MADPlug" 30 #define G_LOG_DOMAIN "MADPlug"