Mercurial > libavcodec.hg
changeset 4022:a2a174f19b34 libavcodec
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
author | diego |
---|---|
date | Sun, 15 Oct 2006 12:59:45 +0000 |
parents | 56a9e98b06a7 |
children | 508f089d0b28 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Oct 15 04:50:19 2006 +0000 +++ b/Makefile Sun Oct 15 12:59:45 2006 +0000 @@ -399,6 +399,8 @@ OBJS += $(OBJS-yes) ASM_OBJS += $(ASM_OBJS-yes) +EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) + NAME=avcodec ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVCVERSION)