comparison src/madplug/plugin.h @ 727:b938fe96b20e trunk

[svn] - ensure that info->remote is set if url begins with http:// so that metadata can be displayed.
author yaz
date Sun, 25 Feb 2007 05:27:51 -0800
parents 1733b12ef974
children 1d3f70ac6b31
comparison
equal deleted inserted replaced
726:d24c2d0fb60c 727:b938fe96b20e
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"
31
32 //#include "config.h" // is it needed when in src tree?
33 31
34 #undef PACKAGE 32 #undef PACKAGE
35 #define PACKAGE "audacious-plugins" 33 #define PACKAGE "audacious-plugins"
36 34
37 #include <stdlib.h> 35 #include <stdlib.h>