[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.95,1.96
Alexander Strasser beastd
al
Mon Aug 1 22:07:07 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile, 1.196, 1.197 avcodec.h, 1.411, 1.412 utils.c, 1.146, 1.147 bswap.h, 1.10, NONE common.h, 1.151, NONE integer.c, 1.2, NONE integer.h, 1.1, NONE rational.c, 1.4, NONE rational.h, 1.2, NONE
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavutil Makefile, NONE, 1.1 avutil.h, NONE, 1.1 intfloat_readwrite.c, NONE, 1.1 intfloat_readwrite.h, NONE, 1.1 mathematics.c, NONE, 1.1 mathematics.h, NONE, 1.1 rational.c, 1.4, 1.5 rational.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv23492/libavformat
Modified Files:
Makefile
Log Message:
libavutil: Utility code from libavcodec moved to a separate library.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Makefile 15 Jul 2005 12:50:00 -0000 1.95
+++ Makefile 1 Aug 2005 20:07:04 -0000 1.96
@@ -6,7 +6,7 @@
VPATH=$(SRC_PATH)/libavformat
-CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
+CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
OBJS= utils.o cutils.o os_support.o allformats.o
PPOBJS=
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile, 1.196, 1.197 avcodec.h, 1.411, 1.412 utils.c, 1.146, 1.147 bswap.h, 1.10, NONE common.h, 1.151, NONE integer.c, 1.2, NONE integer.h, 1.1, NONE rational.c, 1.4, NONE rational.h, 1.2, NONE
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavutil Makefile, NONE, 1.1 avutil.h, NONE, 1.1 intfloat_readwrite.c, NONE, 1.1 intfloat_readwrite.h, NONE, 1.1 mathematics.c, NONE, 1.1 mathematics.h, NONE, 1.1 rational.c, 1.4, 1.5 rational.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list