[Ffmpeg-cvslog] CVS: ffmpeg/vhook Makefile,1.21,1.22
Alexander Strasser beastd
al
Mon Aug 1 22:07:08 CEST 2005
- Previous 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
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg Makefile,1.81,1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/vhook
In directory mail:/var2/tmp/cvs-serv23492/vhook
Modified Files:
Makefile
Log Message:
libavutil: Utility code from libavcodec moved to a separate library.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/vhook/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile 11 Jul 2005 00:15:37 -0000 1.21
+++ Makefile 1 Aug 2005 20:07:05 -0000 1.22
@@ -2,7 +2,7 @@
VPATH=$(SRC_PATH)/vhook
-CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H
+CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavutil -DHAVE_AV_CONFIG_H
ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS+=-flat_namespace -undefined suppress
- Previous 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
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg Makefile,1.81,1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list