[vlc-commits] Contribs: dvdread, use the correct libdvdcss option
Jean-Baptiste Kempf
git at videolan.org
Fri Jan 3 12:51:03 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 3 12:49:22 2014 +0100| [b961d236a3fdf985a465b1fe9f1aeff08c509cb9] | committer: Jean-Baptiste Kempf
Contribs: dvdread, use the correct libdvdcss option
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b961d236a3fdf985a465b1fe9f1aeff08c509cb9
---
contrib/src/dvdread/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/dvdread/rules.mak b/contrib/src/dvdread/rules.mak
index a3b37a86..03c5a3f 100644
--- a/contrib/src/dvdread/rules.mak
+++ b/contrib/src/dvdread/rules.mak
@@ -35,6 +35,6 @@ endif
DEPS_dvdread = dvdcss
.dvdread: dvdread .dvdcss
- cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-libdvdcss
+ cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-libdvdcss
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list