Commit ca0d8dc7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Removed useless setting which can confuse some setups

parent e783b74e
......@@ -1179,7 +1179,7 @@ libdvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.gz
#endif
.libdvdread: libdvdread .dvdcss
(cd libdvdread; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --with-libdvdcss=$(PREFIX) && make && make install)
(cd libdvdread; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
$(INSTALL_NAME)
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