[FFmpeg-devel] ffmpeg requires fate

Philip Ashmore contact at philipashmore.com
Mon Jun 27 23:18:46 CEST 2011


On 27/06/11 21:59, Michael Niedermayer wrote:
> On Mon, Jun 27, 2011 at 08:35:10PM +0100, Philip Ashmore wrote:
>> Hi there.
>>
>> I just did a "git pull --all" on a git-cloned repository, and got the
>> following errors with "make"
>> tests/Makefile:44:
>> "/v3c/dev/Graphics/ffmpeg/git/0.7.1/ffmpeg"/tests/fate.mak: No such file
>> or directory
>> tests/Makefile:45:
>> "/v3c/dev/Graphics/ffmpeg/git/0.7.1/ffmpeg"/tests/fate2.mak: No such
>> file or directory
>
> Whatever you did, you did something wrong, these files are in git
>
> you can create a new seperate clone to see that
This is worth tracking down.

Here's my .git/config, in case it helps.

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git://git.videolan.org/ffmpeg.git
[branch "master"]
	remote = origin
	merge = refs/heads/master

I'm usually on the "git push" side - should I use something other than "git pull --all"?

Regards,
Philip Ashmore



More information about the ffmpeg-devel mailing list