[vlc-devel] commit: Don't use a revision of FFmpeg with broken .pc... HEAD . pc seems to be (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jun 28 05:54:43 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Sat Jun 28 05:56:17 2008 +0200| [d8f0bf5a8ebbc288935582850c49bcf84232bf55]
Don't use a revision of FFmpeg with broken .pc... HEAD .pc seems to be
fixed.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8f0bf5a8ebbc288935582850c49bcf84232bf55
---
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 b38f158..745b1dc 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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
More information about the vlc-devel
mailing list