diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-14 12:55:02 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-14 12:55:02 +0000 |
commit | 93e9e860d75ac0e4e449716cfb65518e14409d4f (patch) | |
tree | 4227d0f2537aefe75abadd3aa26ff238902bdbb1 /Makefile | |
parent | 89dfec20a2ec4b264d3f89dba37694b856d4cebf (diff) |
Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
This avoids confusion with headers of the same name in other places.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30573 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -572,9 +572,9 @@ SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ gui/mplayer/gtk/eq.c \ gui/mplayer/gtk/fs.c \ gui/mplayer/gtk/gtk_common.c \ + gui/mplayer/gtk/gtk_menu.c \ gui/mplayer/gtk/gtk_url.c \ gui/mplayer/gtk/mb.c \ - gui/mplayer/gtk/menu.c \ gui/mplayer/gtk/opts.c \ gui/mplayer/gtk/pl.c \ gui/mplayer/gtk/sb.c \ |