changeset 17:314e61f57c42 libavutil

Move library name generation to configure, simplifies build system a bit more.
author diego
date Sat, 14 Jan 2006 15:54:58 +0000
parents 0e94608e337f
children bce77374e1e7
files Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)