# HG changeset patch # User diego # Date 1137254098 0 # Node ID 314e61f57c4251ac02bdbb30b9ef627435b6e380 # Parent 0e94608e337fbdddfda9411787e9aed496f568ce Move library name generation to configure, simplifies build system a bit more. diff -r 0e94608e337f -r 314e61f57c42 Makefile --- a/Makefile Sat Jan 14 03:39:02 2006 +0000 +++ b/Makefile Sat Jan 14 15:54:58 2006 +0000 @@ -20,12 +20,10 @@ SRCS := $(OBJS:.o=.c) -LIB= $(LIBPREF)avutil$(LIBSUF) +NAME=avutil ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVUVERSION) LIBMAJOR=$(LAVUMAJOR) -NAME=avutil -SLIBNAME= $(SLIBPREF)avutil$(SLIBSUF) endif all: $(LIB) $(SLIBNAME)