[vlc-devel] commit: Fixed FFmpeg configure patching ( Felix Paul Kühne )
git version control
git at videolan.org
Fri May 30 19:52:16 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri May 30 19:53:52 2008 +0200| [bde69111f30b2466ee3f22628060184558b14513]
Fixed FFmpeg configure patching
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bde69111f30b2466ee3f22628060184558b14513
---
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 7a00286..5de3966 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
- 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