comparison Makefile @ 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 17aaeec7cd5f
children f20c7bb12103
comparison
equal deleted inserted replaced
4021:56a9e98b06a7 4022:a2a174f19b34
397 397
398 CFLAGS += $(CFLAGS-yes) 398 CFLAGS += $(CFLAGS-yes)
399 OBJS += $(OBJS-yes) 399 OBJS += $(OBJS-yes)
400 ASM_OBJS += $(ASM_OBJS-yes) 400 ASM_OBJS += $(ASM_OBJS-yes)
401 401
402 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
403
402 NAME=avcodec 404 NAME=avcodec
403 ifeq ($(BUILD_SHARED),yes) 405 ifeq ($(BUILD_SHARED),yes)
404 LIBVERSION=$(LAVCVERSION) 406 LIBVERSION=$(LAVCVERSION)
405 LIBMAJOR=$(LAVCMAJOR) 407 LIBMAJOR=$(LAVCMAJOR)
406 endif 408 endif