diff Makefile @ 33046:9684ad0e1291

Move files with auxiliary functions to own directory.
author ib
date Mon, 28 Mar 2011 12:37:48 +0000
parents fa04e96e6177
children c6d0adf896ea
line wrap: on
line diff
--- a/Makefile	Sun Mar 27 21:25:58 2011 +0000
+++ b/Makefile	Mon Mar 28 12:37:48 2011 +0000
@@ -517,7 +517,7 @@
 SRCS_MPLAYER-$(GL_WIN32)     += libvo/w32_common.c
 SRCS_MPLAYER-$(GL_X11)       += libvo/x11_common.c
 SRCS_MPLAYER-$(MATRIXVIEW)   += libvo/vo_matrixview.c libvo/matrixview.c
-SRCS_MPLAYER-$(GUI)          += gui/bitmap.c
+SRCS_MPLAYER-$(GUI)          += gui/util/bitmap.c
 SRCS_MPLAYER-$(GUI_GTK)      += gui/app.c \
                                 gui/cfg.c \
                                 gui/interface.c \
@@ -538,9 +538,9 @@
                                 gui/mplayer/gtk/opts.c \
                                 gui/mplayer/gtk/pl.c \
                                 gui/mplayer/gtk/sb.c \
-                                gui/skin/cut.c \
                                 gui/skin/font.c \
                                 gui/skin/skin.c \
+                                gui/util/cut.c \
                                 gui/wm/ws.c \
                                 gui/wm/wsxdnd.c \