comparison mpcommon.mak @ 22794:4930b83a81d2

Move the addition of basic include flags to configure.
author diego
date Sat, 24 Mar 2007 19:44:15 +0000
parents 0813069ea278
children 0e5a839bbef8
comparison
equal deleted inserted replaced
22793:0813069ea278 22794:4930b83a81d2
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-$(CONFIG_LIBAVCODEC) += -I../libavcodec 9 CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec
10 CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat 10 CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat
11 CFLAGS += -I. -I.. -I../libavutil $(CFLAGS-yes) $(OPTFLAGS) 11 CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
12 12
13 LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER) 13 LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
14 LIBS-$(MENCODER) += $(LIBNAME_MENCODER) 14 LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
15 LIBS = $(LIBNAME_COMMON) $(LIBS-yes) 15 LIBS = $(LIBNAME_COMMON) $(LIBS-yes)
16 16