shithub: libdvdcss

Download patch

ref: 76f088780b25aa2476039a98ee963de6533a8ca1
parent: 490cb7d934163e0ff0a319786720096b2bf2fd35
author: Diego Elio Pettenò <flameeyes@flameeyes.eu>
date: Thu Feb 14 05:54:44 EST 2013

pkg-config: fix include path, it was always wrong.

Not only the headers are installed in $includedir/dvdcss rather than
libdvdcss but there was a missing dollar sign in front of the first
variable.

--- a/src/libdvdcss.pc.in
+++ b/src/libdvdcss.pc.in
@@ -7,4 +7,4 @@
 Description: DVD access and decryption library.
 Version: @VERSION@
 Libs: -L${libdir} -ldvdcss
-Cflags: -I{includedir} -I${includedir}/@PACKAGE@
+Cflags: -I${includedir} -I${includedir}/dvdcss