Blob Blame History Raw
--- fswebcam-20100622/fswebcam.c.orig	2010-05-12 13:03:42.000000000 +0200
+++ fswebcam-20100622/fswebcam.c	2010-08-31 21:24:19.270382863 +0200
@@ -1591,6 +1591,9 @@
 	/* Setup signal handlers. */
 	if(fswc_setup_signals()) return(-1);
 	
+	/* Enable FontConfig support in GD */
+	if(!gdFTUseFontConfig(1)) DEBUG("gd has no fontconfig support");
+
 	/* Capture the image(s). */
 	if(!config->loop) fswc_grab(config);
 	else