[vlc-commits] dvdnav: use RECONF
Sean McGovern
git at videolan.org
Wed Apr 8 18:18:28 CEST 2015
vlc/vlc-2.2 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Mon Apr 6 05:09:21 2015 +0000| [fcc1f1de7c0c0bd5c873bea16bfe90b09bf4c950] | committer: Jean-Baptiste Kempf
dvdnav: use RECONF
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit a65d5bbe862bdc37f53138a789da6a413f76488b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=fcc1f1de7c0c0bd5c873bea16bfe90b09bf4c950
---
contrib/src/dvdnav/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
index c2d7258..bb5f958 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -20,12 +20,12 @@ $(TARBALLS)/libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2:
dvdnav: libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2 .sum-dvdnav
$(UNPACK)
cd $(UNPACK_DIR) && sed -i -e 's,Requires.private,Requires,g' misc/*.pc.in
- cd $(UNPACK_DIR) && autoreconf -ivf
$(MOVE)
DEPS_dvdnav = dvdcss dvdread
.dvdnav: dvdnav .dvdcss .dvdread
+ $(RECONF) -I m4
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-examples
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list