[FFmpeg-cvslog] r17905 - trunk/libavformat/utils.c

Reimar Döffinger Reimar.Doeffinger
Mon Mar 9 19:01:35 CET 2009


On Mon, Mar 09, 2009 at 04:36:43PM +0100, Reimar D?ffinger wrote:
> On Mon, Mar 09, 2009 at 02:50:08PM +0000, M?ns Rullg?rd wrote:
> > reimar <subversion at mplayerhq.hu> writes:
> > 
> > > Author: reimar
> > > Date: Mon Mar  9 13:06:31 2009
> > > New Revision: 17905
> > >
> > > Log:
> > > 100l, to start reading from the first frame we must seek to data_offset,
> > > not 0 in av_seek_frame_generic.
> > 
> > This broke seektest.
> 
> Hm. Have any of you ever had "make test" say something like "seektest: no such
> file" and then just go on?

Had it again, though it happens after seek regressions, am I missing
something or are codectest etc. missing from .PHONY?
Anyway, here is the output:

seek regression test: success
gcc -DHAVE_AV_CONFIG_H -I. -I"/home/reimar/ffmpeg-git" -D_ISOC99_SOURCE
-D_POSIX_C_SOURCE=200112 -std=c99 -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -fomit-frame-pointer -g
-Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
-Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual
-Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno
-fno-signed-zeros        -c -o test.o test.c
gcc -L"/home/reimar/ffmpeg-git"/libavdevice
-L"/home/reimar/ffmpeg-git"/libavformat
-L"/home/reimar/ffmpeg-git"/libavcodec
-L"/home/reimar/ffmpeg-git"/libavutil
-L"/home/reimar/ffmpeg-git"/libswscale -Wl,--warn-common -Wl,--as-needed
-Wl,-rpath-link,"/home/reimar/ffmpeg-git"/libpostproc
-Wl,-rpath-link,"/home/reimar/ffmpeg-git"/libswscale
-Wl,-rpath-link,"/home/reimar/ffmpeg-git"/libavfilter
-Wl,-rpath-link,"/home/reimar/ffmpeg-git"/libavdevice
-Wl,-rpath-link,"/home/reimar/ffmpeg-git"/libavformat
-Wl,-rpath-link,"/home/reimar/ffmpeg-git"/libavcodec
-Wl,-rpath-link,"/home/reimar/ffmpeg-git"/libavutil -Wl,-Bsymbolic -o
test test.o codectest libavtest seektest lib.a -lavdevice -lavformat
-lavcodec -lavutil -lswscale -lz -lbz2 -lm  -lasound -ldl -lasound
-lasound
gcc: codectest: No such file or directory
gcc: libavtest: No such file or directory
gcc: seektest: No such file or directory
gcc: lib.a: No such file or directory
make: *** [test] Error 1
rm test.o




More information about the ffmpeg-cvslog mailing list