Commit 6d196393 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>
(cherry picked from commit bdc028195dec7e7189404d8ff7524585ab0ec6f5)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f1f2845e
......@@ -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