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

dvdread: use RECONF

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 21af43fa
......@@ -19,12 +19,12 @@ $(TARBALLS)/libdvdread-$(LIBDVDREAD_VERSION).tar.bz2:
dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz2 .sum-dvdread
$(UNPACK)
cd $(UNPACK_DIR) && sed -i -e 's,Requires.private,Requires,g' misc/*.pc.in
cd $(UNPACK_DIR) && autoreconf -ivf
$(MOVE)
DEPS_dvdread = dvdcss
.dvdread: dvdread .dvdcss
$(RECONF) -I m4
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-libdvdcss
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