shithub: libdvdcss

Download patch

ref: b7967b94d3fe8159325269091dedc8b769339cea
parent: df9cb6ca5f3a3bea9665c21e51fe27648cb27019
author: Diego Biurrun <diego@biurrun.de>
date: Sat Aug 2 09:47:03 EDT 2014

doxygen: Do not use FreeSans as dot fontname

The FreeSans font no longer ships with Doxygen and might not be available.

--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -2071,7 +2071,7 @@
 # The default value is: Helvetica.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_FONTNAME           = FreeSans
+DOT_FONTNAME           =
 
 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
 # dot graphs.