[vlc-commits] Contribs: unbreak ffmpeg build
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Fri Jan 28 01:19:46 CET 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 28 01:18:48 2011 +0100| [ec33767a5218fb4e7583c8deaa6de62998bfcf89] | committer: Jean-Baptiste Kempf
Contribs: unbreak ffmpeg build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec33767a5218fb4e7583c8deaa6de62998bfcf89
---
 extras/contrib/src/contrib-src.mak |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 15c59d2..537bd23 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1086,8 +1086,8 @@ endif
 
 PHONY += ffmpeg-svn ffmpeg-tar
 
-ffmpeg/.svn-$(FFMPEG_SVN_REV):
-	$(SVN) co -r $(FFMPEG_SVN_REV) $(FFMPEG_SVN) ffmpeg
+ffmpeg/.svn:
+	$(SVN) co $(FFMPEG_SVN) ffmpeg
 ifdef HAVE_ISA_THUMB
 	patch -p0 < Patches/ffmpeg-avcodec-no-thumb.patch
 endif
@@ -1143,7 +1143,7 @@ FFMPEG_DEPS-$(HAVE_ANDROID) =
 FFMPEG_DEPS-$(HAVE_SYMBIAN) =
 
 ifdef SVN
-FFMPEG_MK_TARGET = ffmpeg/.svn-$(FFMPEG_SVN_REV)
+FFMPEG_MK_TARGET = ffmpeg/.svn
 else
 FFMPEG_MK_TARGET = ffmpeg/.untar
 endif
    
    
More information about the vlc-commits
mailing list