[vlc-devel] commit: Fix applying of ffmpeg-svn-configure patch. (Jean-Paul Saman )

git version control git at videolan.org
Mon Jun 2 19:20:47 CEST 2008


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Mon Jun  2 19:22:10 2008 +0200| [e0f21fbc2e9bc4a1a385dd4e6fa0a1bfdb6b98ae]

Fix applying of ffmpeg-svn-configure patch.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0f21fbc2e9bc4a1a385dd4e6fa0a1bfdb6b98ae
---

 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 5de3966..51a793d 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1090,7 +1090,7 @@ ifdef HAVE_UCLIBC
 	patch -p0 < Patches/ffmpeg-svn-internal-define.patch
 	patch -p0 < Patches/ffmpeg-svn-libavformat.patch
 endif
-	(cd $@; patch -p0 < Patches/ffmpeg-svn-configure.patch )
+	(cd $@; patch -p0 < ../Patches/ffmpeg-svn-configure.patch )
 else
 ffmpeg-$(FFMPEG_VERSION).tar.gz:
 	echo "ffmpeg snapshot is too old, you MUST use subversion !"




More information about the vlc-devel mailing list