Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 69c5307fbc6a446933669b174c78f6a6 > files > 3

libao-1.0.0-2.fc14.src.rpm

diff -up libao-1.0.0/src/audio_out.c~ libao-1.0.0/src/audio_out.c
--- libao-1.0.0/src/audio_out.c~	2010-03-24 05:11:42.000000000 +0100
+++ libao-1.0.0/src/audio_out.c	2010-11-05 10:38:29.098337997 +0100
@@ -189,7 +189,9 @@ static driver_list *_get_plugin(char *pl
 
 
 	} else {
-          aerror("Failed to load plugin %s => dlopen() failed\n",plugin_file);
+	  /* HDG: Silence plugin load errors when the needed libs are not
+	     installed */
+          /* aerror("Failed to load plugin %s => dlopen() failed\n",plugin_file); */
           return NULL;
 	}