Changeset f7a07d11ebbe8f617f9d898a426a1aa666f1d5d2

Show
Ignore:
Timestamp:
07/06/08 00:34:15 (2 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1215297255 +0200
git-parent:

[c6d63c1551d0ea57881c0ce0e24c39037d3844fd]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1215297255 +0200
Message:

Freeze ffmpeg to revision 14080 (aka HEAD) because 'It just works'™, so we get something reliable to deal with for the stable release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rd60188f rf7a07d1  
    10681068ifdef SVN 
    10691069ffmpeg: 
    1070     $(SVN) co $(FFMPEG_SVN) ffmpeg 
     1070    $(SVN) co $(FFMPEG_SVN) ffmpeg -r 14080 
    10711071ifeq ($(HOST),i586-pc-beos) 
    10721072    (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch)