Commit fcc1f1de authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

dvdnav: use RECONF

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit a65d5bbe862bdc37f53138a789da6a413f76488b)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6d196393
......@@ -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 $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment