]> git.sesse.net Git - vlc/commitdiff
* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 5 May 2005 17:03:43 +0000 (17:03 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 5 May 2005 17:03:43 +0000 (17:03 +0000)
extras/contrib/src/Makefile

index 10118e73bd46f22e44a788fa37772626389fbd17..a373df58ac4646eb511b4439e041faa1ab6ac4f3 100644 (file)
@@ -685,9 +685,12 @@ DISTCLEAN_PKG += libmatroska-$(LIBMATROSKA_VERSION).tar.bz2
 # ffmpeg
 # ***************************************************************************
 
+# Note: at present, we check out the tree from 2005-04-30 because of 
+# compilation issues. We will use the latest version again, when our
+# ffmpeg-module is fixed properly -- FK
 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-04-30 ffmpeg
        patch -p 0 < Patches/ffmpeg.patch.cvs
 #      (cd $@; ./bootstrap)