diff Makefile @ 30140:12a49e9ca30e

Finally add matrixview vo. Heavily cleaned up/fixed etc. by me, improvements are still possible though. Patch originally by Pigeon <pigeon at pigeond.net>
author reimar
date Sun, 03 Jan 2010 14:54:51 +0000
parents 0898adc64a6f
children 0a92a14ced38
line wrap: on
line diff
--- a/Makefile	Sun Jan 03 14:44:45 2010 +0000
+++ b/Makefile	Sun Jan 03 14:54:51 2010 +0000
@@ -546,6 +546,7 @@
 SRCS_MPLAYER-$(GL)           += libvo/gl_common.c libvo/vo_gl.c libvo/vo_gl2.c libvo/csputils.c
 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_GTK)      += gui/app.c \
                                 gui/cfg.c \