# HG changeset patch # User diego # Date 1137254098 0 # Node ID 51a83f9981f2de41ce56b003affdbaf2a93cc9bf # Parent f957dbf08fcfdcfad88d1837bd044d244c648a39 Move library name generation to configure, simplifies build system a bit more. diff -r f957dbf08fcf -r 51a83f9981f2 Makefile --- 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