Mercurial > mplayer.hg
changeset 2056:a11b3eb435c0
eeh cola in unhealthy
author | atmos4 |
---|---|
date | Wed, 03 Oct 2001 15:47:24 +0000 |
parents | f5146118777e |
children | 378aed6b232d |
files | libvo/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/Makefile Wed Oct 03 15:31:51 2001 +0000 +++ b/libvo/Makefile Wed Oct 03 15:47:24 2001 +0000 @@ -3,7 +3,7 @@ LIBNAME = libvo.a -SRCS=aclib.c osd.c font_load.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c vo_odivx.c x11_common.c $(OPTIONAL_SRCS) +SRCS=aspect.c aclib.c osd.c font_load.c yuv2rgb.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c vo_odivx.c x11_common.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) ifeq ($(TARGET_ARCH_X86),yes)