Commit b961d236 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: dvdread, use the correct libdvdcss option

parent 8ef254bb
...@@ -35,6 +35,6 @@ endif ...@@ -35,6 +35,6 @@ endif
DEPS_dvdread = dvdcss DEPS_dvdread = dvdcss
.dvdread: dvdread .dvdcss .dvdread: dvdread .dvdcss
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-libdvdcss cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-libdvdcss
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ 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