comparison libvo/Makefile @ 3189:217f564f29ff

summary handling was not correct (bugs found by Nilmoni Deb and Tibcu) DGA detection changed since it did not detect (patch by tibcu) changed vo_vesa building to behave as the other vo_*
author pl
date Wed, 28 Nov 2001 17:52:25 +0000
parents 107d9e9e5bd1
children 922241968c63
comparison
equal deleted inserted replaced
3188:6c4a66168557 3189:217f564f29ff
3 3
4 LIBNAME = libvo.a 4 LIBNAME = libvo.a
5 5
6 SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c 6 SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c
7 OBJS=$(SRCS:.c=.o) 7 OBJS=$(SRCS:.c=.o)
8
9 ifeq ($(TARGET_ARCH_X86),yes)
10 ifeq ($(TARGET_OS),Linux)
11 SRCS += vo_vesa.c vesa_lvo.c
12 endif
13 endif
14 8
15 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) -DMPG12PLAY #-Wall 9 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) -DMPG12PLAY #-Wall
16 # -I/usr/X11R6/include/ 10 # -I/usr/X11R6/include/
17 11
18 .SUFFIXES: .c .o 12 .SUFFIXES: .c .o