1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00

* use the ffmpeg-cvs from 2005-04-30 until our ffmpeg-module is fixed

This commit is contained in:
Felix Paul Kühne 2005-05-05 17:03:43 +00:00
parent ef6a3f6905
commit 255e0fbfbb

View 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)