Mercurial > libavcodec.hg
changeset 4404:7914aef8c31a libavcodec
Move conditional CFLAGS and OBJS setting to common place.
author | diego |
---|---|
date | Thu, 25 Jan 2007 00:34:38 +0000 |
parents | 432d332b7def |
children | 48952197d91f |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Jan 25 00:16:28 2007 +0000 +++ b/Makefile Thu Jan 25 00:34:38 2007 +0000 @@ -400,10 +400,6 @@ OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \ -CFLAGS += $(CFLAGS-yes) -OBJS += $(OBJS-yes) -ASM_OBJS += $(ASM_OBJS-yes) - EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) NAME=avcodec