Mercurial > mplayer.hg
changeset 6450:07ffd7003dd8
wtf..10l to dunno..only use x11_common.c when x11 is detected
author | atmos4 |
---|---|
date | Sun, 16 Jun 2002 14:03:54 +0000 |
parents | 6ee8233283a3 |
children | ed906af317da |
files | configure libvo/Makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jun 16 13:59:23 2002 +0000 +++ b/configure Sun Jun 16 14:03:54 2002 +0000 @@ -2087,7 +2087,7 @@ fi if test "$_x11" = yes ; then _def_x11='#define HAVE_X11 1' - _vosrc="$_vosrc vo_x11.c" + _vosrc="$_vosrc x11_common.c vo_x11.c" _vomodules="x11 $_vomodules" else _def_x11='#undef HAVE_X11'
--- a/libvo/Makefile Sun Jun 16 13:59:23 2002 +0000 +++ b/libvo/Makefile Sun Jun 16 14:03:54 2002 +0000 @@ -3,7 +3,7 @@ LIBNAME = libvo.a -SRCS=aspect.c aclib.c osd.c font_load.c spuenc.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c vo_yuv4mpeg.c $(OPTIONAL_SRCS) sub.c +SRCS=aspect.c aclib.c osd.c font_load.c spuenc.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c vo_yuv4mpeg.c $(OPTIONAL_SRCS) sub.c OBJS=$(SRCS:.c=.o) ifeq ($(VIDIX),yes)