[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.106,1.107

Diego Biurrun CVS diego
Sat Jan 14 16:55:01 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv3898/libavformat

Modified Files:
	Makefile 
Log Message:
Move library name generation to configure, simplifies build system a bit more.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Makefile	14 Jan 2006 03:39:02 -0000	1.106
+++ Makefile	14 Jan 2006 15:54:58 -0000	1.107
@@ -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
 





More information about the ffmpeg-cvslog mailing list