[FFmpeg-cvslog] r20272 - in trunk/libavfilter: avfilter.c avfilter.h defaults.c
Mike Melanson
mike
Tue Oct 20 03:07:50 CEST 2009
Stefano Sabatini wrote:
> On date Sunday 2009-10-18 10:16:18 +0200, stefano wrote:
>> Author: stefano
>> Date: Sun Oct 18 10:16:18 2009
>> New Revision: 20272
> [...]
>> Modified:
>> trunk/libavfilter/avfilter.c
>> trunk/libavfilter/avfilter.h
>> trunk/libavfilter/defaults.c
>
> This commit broke most FATE gcc builds, you can find this line at the
> end of the build log:
> cp: cannot stat `/home/fate/fate32/build/libavfilter/libavfilter.so.0': No such file or directory
>
> libavfilter.so.0 doesn't exist anymore, since I bumped major version
> (for the rest I don't know what's going on).
Sorry about this. I'm fixing it now. The problem is that I was copying
each individual shared object for most of the configs. It only made my
configs fail (not those managed by other users). The reason it didn't
fail on every config is that I changed a few of them to 'cp *.so
somewhere' awhile ago as an experiment but forgot to update the rest.
--
-Mike Melanson
More information about the ffmpeg-cvslog
mailing list