[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.223,1.224
Diego Biurrun CVS
diego
Sat Jan 14 16:55:00 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv3898/libavcodec
Modified Files:
Makefile
Log Message:
Move library name generation to configure, simplifies build system a bit more.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- Makefile 14 Jan 2006 03:39:02 -0000 1.223
+++ Makefile 14 Jan 2006 15:54:58 -0000 1.224
@@ -396,13 +396,11 @@
SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S)
OBJS := $(OBJS) $(ASM_OBJS)
-LIB= $(LIBPREF)avcodec$(LIBSUF)
+NAME=avcodec
LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF)
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR)
-NAME=avcodec
-SLIBNAME= $(SLIBPREF)avcodec$(SLIBSUF)
endif
TESTS= imgresample-test dct-test motion-test fft-test
More information about the ffmpeg-cvslog
mailing list