summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 13:46:34 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 13:46:34 +0000
commit0aac4fa9dce9c24d5697e741a0fe58177eeb9df1 (patch)
treeef2dbd01971b2061e97b6fcc8e1f64f181ece389 /Makefile
parent140de2a9e2a7a057ff58254eb3d0eafe0754ae24 (diff)
downloadmpv-0aac4fa9dce9c24d5697e741a0fe58177eeb9df1.tar.bz2
mpv-0aac4fa9dce9c24d5697e741a0fe58177eeb9df1.tar.xz
Add x11_common as dependency for OpenGL with X11 backend.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30064 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b7d4295df..b09576e13a 100644
--- a/Makefile
+++ b/Makefile
@@ -544,6 +544,7 @@ 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
SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c
+SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c
SRCS_MPLAYER-$(GUI) += gui/bitmap.c
SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \
gui/cfg.c \