]> git.sesse.net Git - vlc/commitdiff
* use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 22 Aug 2005 18:51:23 +0000 (18:51 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 22 Aug 2005 18:51:23 +0000 (18:51 +0000)
extras/contrib/src/Makefile

index bfc0e65f5d515e81255cc4c5bac32d2120f69130..8528ba3e78550d1a354cacc39cda51f7b960b994 100644 (file)
@@ -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)