Mercurial > mplayer.hg
diff gui/mplayer/gtk/eq.c @ 26365:10dfbc523184
Add gui/ prefix to some #include paths so that compilation from the
top-level source directory does not fail.
author | diego |
---|---|
date | Fri, 11 Apr 2008 16:55:27 +0000 |
parents | 0d255d03016f |
children | b2f4abcf20ed |
line wrap: on
line diff
--- a/gui/mplayer/gtk/eq.c Fri Apr 11 10:51:36 2008 +0000 +++ b/gui/mplayer/gtk/eq.c Fri Apr 11 16:55:27 2008 +0000 @@ -10,8 +10,8 @@ #include <gtk/gtk.h> #include "config.h" -#include "app.h" -#include "cfg.h" +#include "gui/app.h" +#include "gui/cfg.h" #include "help_mp.h" #include "libaf/equalizer.h" #include "libvo/video_out.h"