vlc/vlc-2.2 | branch: master | Sean McGovern <[email protected]> | Mon Apr  6 
05:09:21 2015 +0000| [fcc1f1de7c0c0bd5c873bea16bfe90b09bf4c950] | committer: 
Jean-Baptiste Kempf

dvdnav: use RECONF

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
(cherry picked from commit a65d5bbe862bdc37f53138a789da6a413f76488b)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> 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 $@

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to