Mercurial > mplayer.hg
diff libvo/Makefile @ 2244:4e464b527f5a
vo_vesa support
author | nick |
---|---|
date | Wed, 17 Oct 2001 18:24:50 +0000 |
parents | a11b3eb435c0 |
children | ec8ff6ea4af6 |
line wrap: on
line diff
--- a/libvo/Makefile Wed Oct 17 18:20:43 2001 +0000 +++ b/libvo/Makefile Wed Oct 17 18:24:50 2001 +0000 @@ -8,6 +8,9 @@ ifeq ($(TARGET_ARCH_X86),yes) SRCS += rgb15to16mmx.c yuv2rgb_mmx.c +ifeq ($(TARGET_OS),Linux) +SRCS += vo_vesa.c ../linux/lrmi.c ../linux/vbelib.c +endif endif CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(MLIB_INC) -DMPG12PLAY #-Wall