Mercurial > libavformat.hg
changeset 1392:a35c953d4561 libavformat
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
author | diego |
---|---|
date | Sun, 15 Oct 2006 12:59:45 +0000 |
parents | 669d33f6dde5 |
children | d8cde666839c |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Oct 15 10:31:50 2006 +0000 +++ b/Makefile Sun Oct 15 12:59:45 2006 +0000 @@ -161,7 +161,8 @@ OBJS-$(CONFIG_AUDIO_MUXER) += audio.o endif -EXTRALIBS := -lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec $(EXTRALIBS) +EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \ + -lavcodec$(BUILDSUF) -L$(BUILD_ROOT)/libavcodec $(EXTRALIBS) ifeq ($(CONFIG_AUDIO_BEOS),yes) CPPOBJS+= beosaudio.o