[vlc-commits] commit: Contrib: use r22960 for FFmpeg for VLC 1.1.0 (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed Apr 28 13:49:20 CEST 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 28 13:48:59 2010 +0200| [1520758e6cc2b4e7cdf3e84d017e89bba9f49571] | committer: Jean-Baptiste Kempf
Contrib: use r22960 for FFmpeg for VLC 1.1.0
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=1520758e6cc2b4e7cdf3e84d017e89bba9f49571
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 81cf0c7..98af521 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1032,7 +1032,7 @@ ffmpeg: .dshow_headers
else
ffmpeg:
endif
- $(SVN) co $(FFMPEG_SVN) ffmpeg
+ $(SVN) co $(FFMPEG_SVN) ffmpeg -r22960
ifdef HAVE_ISA_THUMB
patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch
endif
More information about the vlc-commits
mailing list