[vlc-devel] commit: Fix Makefile. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Aug 19 00:22:22 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 19 00:22:10 2009 +0200| [f27c7f31ad4582413aaf78112814b12161f32d60] | committer: Jean-Baptiste Kempf
Fix Makefile.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f27c7f31ad4582413aaf78112814b12161f32d60
---
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 4cc74b7..45ca634 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -969,7 +969,7 @@ ifdef HAVE_WIN32
(cd $@; patch -p0 < ../Patches/libebml-svn-win32.patch)
endif
ifdef HAVE_WIN64
- patch -p0 < Patches/libebml-win64.patch
+ patch -p0 < Patches/libebml-win64.patch
endif
.ebml: libebml
More information about the vlc-devel
mailing list