[vlc-commits] Contribs: dvdread, use the correct libdvdcss option
Jean-Baptiste Kempf
git at videolan.org
Sun Jan 5 12:41:22 CET 2014
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 3 12:49:22 2014 +0100| [3169c3f43d85bda8397b0ae080c6410bb20c03be] | committer: Jean-Baptiste Kempf
Contribs: dvdread, use the correct libdvdcss option
(cherry picked from commit b961d236a3fdf985a465b1fe9f1aeff08c509cb9)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=3169c3f43d85bda8397b0ae080c6410bb20c03be
---
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