Mercurial > libavformat.hg
changeset 1390:0fda3bce9fd9 libavformat
Consistently use $(BUILD_ROOT).
author | diego |
---|---|
date | Sun, 15 Oct 2006 10:02:21 +0000 |
parents | 9ed80abc8eb7 |
children | 669d33f6dde5 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Oct 15 04:50:19 2006 +0000 +++ b/Makefile Sun Oct 15 10:02:21 2006 +0000 @@ -161,7 +161,7 @@ OBJS-$(CONFIG_AUDIO_MUXER) += audio.o endif -EXTRALIBS := -lavcodec$(BUILDSUF) -L../libavcodec $(EXTRALIBS) +EXTRALIBS := -lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec $(EXTRALIBS) ifeq ($(CONFIG_AUDIO_BEOS),yes) CPPOBJS+= beosaudio.o