Skip to content
Snippets Groups Projects
Commit a65d5bbe authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf
Browse files

dvdnav: use RECONF


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bdc02819
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment