Mercurial > libavformat.hg
changeset 898:51a83f9981f2 libavformat
Move library name generation to configure, simplifies build system a bit more.
author | diego |
---|---|
date | Sat, 14 Jan 2006 15:54:58 +0000 |
parents | f957dbf08fcf |
children | b10253387137 |
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 @@ -78,12 +78,10 @@ CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc endif -LIB= $(LIBPREF)avformat$(LIBSUF) +NAME=avformat ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVFVERSION) LIBMAJOR=$(LAVFMAJOR) -NAME=avformat -SLIBNAME= $(SLIBPREF)avformat$(SLIBSUF) AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec -lavutil$(BUILDSUF) -L../libavutil endif