summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-14 15:54:58 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-14 15:54:58 +0000
commit4bdd05e76fa8ba61805c168612e875c9b06947a2 (patch)
tree46d90765f4a78cd369753e3c7f457942f9107ca8 /libavutil
parent1c7a8c17ff97ea4b6b10f1c4ff9ff4de30e3665a (diff)
Move library name generation to configure, simplifies build system a bit more.
Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index efa40da08e..a4b902c62a 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -20,12 +20,10 @@ endif
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)