diff Makefile @ 34748:f86e300072f0

Small fixes to make it easier to compiler for OpenGL ES without linking against libGL (which is not used for GL ES).
author reimar
date Sat, 31 Mar 2012 21:03:45 +0000
parents ac6b38cd0d45
children 4df5cb727be4
line wrap: on
line diff
--- a/Makefile	Thu Mar 29 19:10:51 2012 +0000
+++ b/Makefile	Sat Mar 31 21:03:45 2012 +0000
@@ -517,10 +517,10 @@
 SRCS_MPLAYER-$(GGI)          += libvo/vo_ggi.c
 SRCS_MPLAYER-$(GIF)          += libvo/vo_gif89a.c
 SRCS_MPLAYER-$(GL)           += libvo/gl_common.c libvo/vo_gl.c \
-                                libvo/vo_gl2.c libvo/csputils.c
+                                libvo/csputils.c
 SRCS_MPLAYER-$(GL_SDL)       += libvo/sdl_common.c
-SRCS_MPLAYER-$(GL_WIN32)     += libvo/w32_common.c
-SRCS_MPLAYER-$(GL_X11)       += libvo/x11_common.c
+SRCS_MPLAYER-$(GL_WIN32)     += libvo/w32_common.c libvo/vo_gl2.c
+SRCS_MPLAYER-$(GL_X11)       += libvo/x11_common.c libvo/vo_gl2.c
 SRCS_MPLAYER-$(MATRIXVIEW)   += libvo/vo_matrixview.c libvo/matrixview.c
 SRCS_MPLAYER-$(GUI)          += gui/util/bitmap.c \
                                 gui/util/list.c \