Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
33045:776a676d5fde | 33046:9684ad0e1291 |
---|---|
515 libvo/vo_gl2.c libvo/csputils.c | 515 libvo/vo_gl2.c libvo/csputils.c |
516 SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c | 516 SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c |
517 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c | 517 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c |
518 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c | 518 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c |
519 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c | 519 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c |
520 SRCS_MPLAYER-$(GUI) += gui/bitmap.c | 520 SRCS_MPLAYER-$(GUI) += gui/util/bitmap.c |
521 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ | 521 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ |
522 gui/cfg.c \ | 522 gui/cfg.c \ |
523 gui/interface.c \ | 523 gui/interface.c \ |
524 gui/mplayer/gui_common.c \ | 524 gui/mplayer/gui_common.c \ |
525 gui/mplayer/menu.c \ | 525 gui/mplayer/menu.c \ |
536 gui/mplayer/gtk/gtk_url.c \ | 536 gui/mplayer/gtk/gtk_url.c \ |
537 gui/mplayer/gtk/mb.c \ | 537 gui/mplayer/gtk/mb.c \ |
538 gui/mplayer/gtk/opts.c \ | 538 gui/mplayer/gtk/opts.c \ |
539 gui/mplayer/gtk/pl.c \ | 539 gui/mplayer/gtk/pl.c \ |
540 gui/mplayer/gtk/sb.c \ | 540 gui/mplayer/gtk/sb.c \ |
541 gui/skin/cut.c \ | |
542 gui/skin/font.c \ | 541 gui/skin/font.c \ |
543 gui/skin/skin.c \ | 542 gui/skin/skin.c \ |
543 gui/util/cut.c \ | |
544 gui/wm/ws.c \ | 544 gui/wm/ws.c \ |
545 gui/wm/wsxdnd.c \ | 545 gui/wm/wsxdnd.c \ |
546 | 546 |
547 SRCS_MPLAYER-$(GUI_WIN32) += gui/win32/dialogs.c \ | 547 SRCS_MPLAYER-$(GUI_WIN32) += gui/win32/dialogs.c \ |
548 gui/win32/gui.c \ | 548 gui/win32/gui.c \ |