[vlc-devel] commit: Fixed the configure script of the latest revision ( Felix Paul Kühne )
git version control
git at videolan.org
Wed Dec 31 16:00:02 CET 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Dec 31 15:59:59 2008 +0100| [bdbc5fa0da83a16bc76c786999c23ac87e079558] | committer: Felix Paul Kühne
Fixed the configure script of the latest revision
yes, if you hard-code a path and you change it, you'll need to adapt the path manually...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bdbc5fa0da83a16bc76c786999c23ac87e079558
---
extras/contrib/src/Patches/libdvdread.patch | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Patches/libdvdread.patch b/extras/contrib/src/Patches/libdvdread.patch
index cbaf480..faee765 100644
--- a/extras/contrib/src/Patches/libdvdread.patch
+++ b/extras/contrib/src/Patches/libdvdread.patch
@@ -1,7 +1,16 @@
Index: configure.ac
===================================================================
---- configure.ac (revision 1157)
+--- configure.ac (revision 1162)
+++ configure.ac (working copy)
+@@ -18,7 +18,7 @@
+ m4_define([dvdread_pre], [])
+
+ AC_INIT([libdvdread], [dvdread_major.dvdread_minor.dvdread_sub[]dvdread_pre])
+-AC_CONFIG_SRCDIR([src/dvd_reader.h])
++AC_CONFIG_SRCDIR([src/dvdread/dvd_reader.h])
+ AM_INIT_AUTOMAKE([1.6])
+
+ dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
@@ -137,27 +137,59 @@
dnl ---------------------------------------------
dnl dynamic linker
More information about the vlc-devel
mailing list