[Ffmpeg-cvslog] CVS: ffmpeg configure,1.196,1.197
Alexander Strasser beastd
al
Sun Aug 7 00:14:02 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg configure,1.195,1.196
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat 4xm.c, 1.18, 1.19 amr.c, 1.7, 1.8 asf-enc.c, 1.71, 1.72 asf.c, 1.81, 1.82 au.c, 1.20, 1.21 audio.c, 1.24, 1.25 avformat.h, 1.127, 1.128 avidec.c, 1.72, 1.73 avienc.c, 1.109, 1.110 dv.c, 1.43, 1.44 electronicarts.c, 1.2, 1.3 ffm.c, 1.42, 1.43 flic.c, 1.6, 1.7 flvdec.c, 1.19, 1.20 flvenc.c, 1.16, 1.17 gif.c, 1.19, 1.20 gifdec.c, 1.8, 1.9 grab.c, 1.34, 1.35 idcin.c, 1.6, 1.7 idroq.c, 1.9, 1.10 img.c, 1.40, 1.41 img2.c, 1.16, 1.17 ipmovie.c, 1.12, 1.13 matroska.c, 1.13, 1.14 mmf.c, 1.1, 1.2 mov.c, 1.88, 1.89 movenc.c, 1.42, 1.43 mp3.c, 1.9, 1.10 mpeg.c, 1.87, 1.88 mpegts.c, 1.30, 1.31 mpegtsenc.c, 1.8, 1.9 nsvdec.c, 1.8, 1.9 nut.c, 1.52, 1.53 ogg.c, 1.22, 1.23 ogg2.c, 1.8, 1.9 oggparseflac.c, 1.1, 1.2 oggparsetheora.c, 1.2, 1.3 oggparsevorbis.c, 1.3, 1.4 psxstr.c, 1.8, 1.9 raw.c, 1.56, 1.57 rm.c, 1.47, 1.48 rtp.c, 1.18, 1.19 rtsp.c, 1.22, 1.23 segafilm.c, 1.8, 1.9 sierravmd.c, 1.8, 1.9 sol.c, 1.3, 1.4 swf.c, 1.27, 1.28 utils.c, 1.158, 1.159 wav.c, 1.52, 1.53 wc3movie.c, 1.11, 1.12 westwood.c, 1.7, 1.8 yuv4mpeg.c, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv24473
Modified Files:
configure
Log Message:
Reorganize lists to have one item on a line.
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- configure 6 Aug 2005 13:19:54 -0000 1.196
+++ configure 6 Aug 2005 22:14:00 -0000 1.197
@@ -1617,13 +1617,33 @@
# build tree in object directory if source path is different from current one
if test "$source_path_used" = "yes" ; then
- DIRS="doc libavformat libavcodec libavcodec/alpha libavcodec/armv4l \
- libavcodec/i386 libavcodec/sparc libavcodec/mlib \
- libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests \
- vhook libavutil"
- FILES="Makefile libavformat/Makefile libavcodec/Makefile \
- libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile \
- doc/Makefile doc/texi2pod.pl libavutil/Makefile"
+ DIRS="\
+ doc \
+ libavformat \
+ libavcodec \
+ libavcodec/alpha \
+ libavcodec/armv4l \
+ libavcodec/i386 \
+ libavcodec/sparc \
+ libavcodec/mlib \
+ libavcodec/ppc \
+ libavcodec/liba52 \
+ libavcodec/libpostproc \
+ libavutil \
+ tests \
+ vhook \
+ "
+ FILES="\
+ Makefile \
+ libavformat/Makefile \
+ libavcodec/Makefile \
+ libavcodec/libpostproc/Makefile \
+ libavutil/Makefile \
+ tests/Makefile \
+ vhook/Makefile \
+ doc/Makefile \
+ doc/texi2pod.pl \
+ "
for dir in $DIRS ; do
mkdir -p $dir
done
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg configure,1.195,1.196
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat 4xm.c, 1.18, 1.19 amr.c, 1.7, 1.8 asf-enc.c, 1.71, 1.72 asf.c, 1.81, 1.82 au.c, 1.20, 1.21 audio.c, 1.24, 1.25 avformat.h, 1.127, 1.128 avidec.c, 1.72, 1.73 avienc.c, 1.109, 1.110 dv.c, 1.43, 1.44 electronicarts.c, 1.2, 1.3 ffm.c, 1.42, 1.43 flic.c, 1.6, 1.7 flvdec.c, 1.19, 1.20 flvenc.c, 1.16, 1.17 gif.c, 1.19, 1.20 gifdec.c, 1.8, 1.9 grab.c, 1.34, 1.35 idcin.c, 1.6, 1.7 idroq.c, 1.9, 1.10 img.c, 1.40, 1.41 img2.c, 1.16, 1.17 ipmovie.c, 1.12, 1.13 matroska.c, 1.13, 1.14 mmf.c, 1.1, 1.2 mov.c, 1.88, 1.89 movenc.c, 1.42, 1.43 mp3.c, 1.9, 1.10 mpeg.c, 1.87, 1.88 mpegts.c, 1.30, 1.31 mpegtsenc.c, 1.8, 1.9 nsvdec.c, 1.8, 1.9 nut.c, 1.52, 1.53 ogg.c, 1.22, 1.23 ogg2.c, 1.8, 1.9 oggparseflac.c, 1.1, 1.2 oggparsetheora.c, 1.2, 1.3 oggparsevorbis.c, 1.3, 1.4 psxstr.c, 1.8, 1.9 raw.c, 1.56, 1.57 rm.c, 1.47, 1.48 rtp.c, 1.18, 1.19 rtsp.c, 1.22, 1.23 segafilm.c, 1.8, 1.9 sierravmd.c, 1.8, 1.9 sol.c, 1.3, 1.4 swf.c, 1.27, 1.28 utils.c, 1.158, 1.159 wav.c, 1.52, 1.53 wc3movie.c, 1.11, 1.12 westwood.c, 1.7, 1.8 yuv4mpeg.c, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list