shithub: libdvdcss

Download patch

ref: eb534a6331c40603f3726f441698145643559c52
parent: c80178b650a5f9ca007be40cf007b2a8696331df
author: Diego Biurrun <diego@biurrun.de>
date: Mon Oct 20 07:59:00 EDT 2014

build: Set project URL during autoconf init

--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libdvdcss, 1.3.0)
+AC_INIT(libdvdcss, 1.3.0, , , https://www.videolan.org/developers/libdvdcss.html)
 AC_CONFIG_SRCDIR([src/libdvdcss.c])
 
 AC_PREREQ(2.50)