Commit c7680f1a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)

parent 736c8e04
......@@ -695,12 +695,9 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
# ffmpeg
# ***************************************************************************
# Note: at present, we check out the tree from 2005-08-01 because of
# compilation issues. We will use the latest version again, when our
# ffmpeg-module is fixed properly --Meuuh
ffmpeg:
echo $(FFMPEG_CVSROOT) A > ./ffmpeg.cvs
CVS_PASSFILE=./ffmpeg.cvs cvs -z3 -d $(FFMPEG_CVSROOT) co -D "2005-08-01 20:02:00 +0000" ffmpeg
CVS_PASSFILE=./ffmpeg.cvs cvs -z3 -d $(FFMPEG_CVSROOT) co ffmpeg
patch -p 0 < Patches/ffmpeg.patch.cvs
# (cd $@; ./bootstrap)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment