]> git.sesse.net Git - vlc/commitdiff
* use the ffmpeg-cvs-trunk from 09/27 and not the current one. This snap compiles...
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 5 Oct 2005 13:12:34 +0000 (13:12 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 5 Oct 2005 13:12:34 +0000 (13:12 +0000)
extras/contrib/src/Makefile

index 05f93bcda0aca1f67ed354a03946bedf4e4a0290..24ad859b6d4bd80d24415f7bcdbe9821dd3a967f 100644 (file)
@@ -722,9 +722,13 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
 # ffmpeg
 # ***************************************************************************
 
+# Note: we are using this cvs-snapshot of ffmpeg now, because this one 
+# compiles finely on 10.2 and is used in the win32-port as well, so we
+# experience the same bugs in both ports ;)
+
 ffmpeg:
        echo $(FFMPEG_CVSROOT) A > ./ffmpeg.cvs
-       CVS_PASSFILE=./ffmpeg.cvs cvs -z3 -d $(FFMPEG_CVSROOT) co ffmpeg
+       CVS_PASSFILE=./ffmpeg.cvs cvs -z3 -d $(FFMPEG_CVSROOT) co -D "2005-09-27" ffmpeg
        patch -p 0 < Patches/ffmpeg.patch.cvs
 #      (cd $@; ./bootstrap)