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

dvdread: use RECONF


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 21af43fa
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@
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