comparison src/projectm-1.0/main.cxx @ 3203:f5456241bff9 default tip

changed include path from audacious to audlegacy.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 10 Nov 2009 05:19:25 +0900
parents c733dd93af62
children
comparison
equal deleted inserted replaced
3202:478934734761 3203:f5456241bff9
34 #include <fcntl.h> 34 #include <fcntl.h>
35 #include <SDL/SDL.h> 35 #include <SDL/SDL.h>
36 #include <SDL/SDL_thread.h> 36 #include <SDL/SDL_thread.h>
37 37
38 extern "C" { 38 extern "C" {
39 #include <audacious/util.h> 39 #include <audlegacy/util.h>
40 #include <audacious/plugin.h> 40 #include <audlegacy/plugin.h>
41 #include <audacious/auddrct.h> 41 #include <audlegacy/auddrct.h>
42 } 42 }
43 43
44 #include <math.h> 44 #include <math.h>
45 #include "ConfigFile.h" 45 #include "ConfigFile.h"
46 46