]> git.sesse.net Git - vlc/commitdiff
Don't use a revision of FFmpeg with broken .pc... HEAD .pc seems to be
authorJean-Baptiste Kempf <jb@altair.videolan.org>
Sat, 28 Jun 2008 03:56:17 +0000 (05:56 +0200)
committerJean-Baptiste Kempf <jb@altair.videolan.org>
Sat, 28 Jun 2008 03:56:17 +0000 (05:56 +0200)
fixed.

extras/contrib/src/Makefile

index b38f158b358210073867c590e586cbaf49db820f..745b1dc75be0418d97346022fa1a84d866a374a2 100644 (file)
@@ -1066,7 +1066,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
 
 ifdef SVN
 ffmpeg:
-       $(SVN) co $(FFMPEG_SVN) ffmpeg -r 13752
+       $(SVN) co $(FFMPEG_SVN) ffmpeg
 ifeq ($(HOST),i586-pc-beos)
        (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch)
 endif