comparison libmenu/Makefile @ 19431:ac69ba536915

Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
author diego
date Fri, 18 Aug 2006 13:58:03 +0000
parents 4f71ed7cb512
children 618d1857f4c4
comparison
equal deleted inserted replaced
19430:de5065d3ce74 19431:ac69ba536915
16 ifeq ($(DVBIN),yes) 16 ifeq ($(DVBIN),yes)
17 SRCS += menu_dvbin.c 17 SRCS += menu_dvbin.c
18 endif 18 endif
19 OBJS=$(SRCS:.c=.o) 19 OBJS=$(SRCS:.c=.o)
20 20
21 CFLAGS = -I. -I.. -I../libmpcodecs $(OPTFLAGS) 21 CFLAGS = -I. -I.. $(OPTFLAGS)
22 22
23 .SUFFIXES: .c .o 23 .SUFFIXES: .c .o
24 24
25 25
26 .c.o: 26 .c.o: