[Ffmpeg-devel] SVN dump

Uoti Urpala uoti.urpala
Sun Apr 15 20:56:33 CEST 2007


On Sun, 2007-04-15 at 20:13 +0200, Reimar D?ffinger wrote:
> > Ismail D?nmez <ismail at pardus.org.tr> writes:
> > > According to git-svn documentation --no-ignore-externals should cure this.

> Found in the somewhat outdated documentation here (haven't checked
> newer versions):
> http://www.kernel.org/pub/software/scm/git/docs/v1.4.4.4/git-svn.html

I think that's been removed in newer versions.

> I'd like a workaround, too, without externals support compiling MPlayer
> in the git tree is not really working well.

I currently have a separate git-svn checkout of FFmpeg, and in the
MPlayer directory I have a script that creates bind mounts from it:

mount --bind /FFMPEG_PATH/libavutil libavutil
mount --bind /FFMPEG_PATH/libavformat libavformat
mount --bind /FFMPEG_PATH/libavcodec libavcodec
mount --bind /FFMPEG_PATH/libpostproc libpostproc

I'm using bind mounts instead of symbolic links because with symbolic
links libavcodec/.. would not come back to the current directory.

Obviously this is not a perfect solution but mostly it works well enough
for me.





More information about the ffmpeg-devel mailing list