comparison mpcommon.mak @ 26121:752e40637551

Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS. Thus there is no need to use it everywhere.
author diego
date Mon, 03 Mar 2008 19:37:41 +0000
parents b4b2ff12065e
children 36dae6fb85af
comparison
equal deleted inserted replaced
26120:24ba95d88181 26121:752e40637551
4 4
5 OBJS_COMMON += $(addsuffix .o, $(basename $(SRCS_COMMON)) ) 5 OBJS_COMMON += $(addsuffix .o, $(basename $(SRCS_COMMON)) )
6 OBJS_MPLAYER += $(addsuffix .o, $(basename $(SRCS_MPLAYER)) ) 6 OBJS_MPLAYER += $(addsuffix .o, $(basename $(SRCS_MPLAYER)) )
7 OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_MENCODER)) ) 7 OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
8 8
9 CFLAGS-$(LIBAVCODEC) += -I../libavcodec
10 CFLAGS += $(CFLAGS-yes) $(OPTFLAGS) 9 CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
11 10
12 LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER) 11 LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
13 LIBS-$(MENCODER) += $(LIBNAME_MENCODER) 12 LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
14 LIBS = $(LIBNAME_COMMON) $(LIBS-yes) 13 LIBS = $(LIBNAME_COMMON) $(LIBS-yes)