22 lines
962 B
Plaintext
22 lines
962 B
Plaintext
|
$OpenBSD: patch-widget_src_gtk2_nsSound_cpp,v 1.1.1.1 2009/06/21 01:31:26 martynas Exp $
|
||
|
--- widget/src/gtk2/nsSound.cpp.orig Thu Mar 5 23:32:52 2009
|
||
|
+++ widget/src/gtk2/nsSound.cpp Fri Mar 13 17:25:23 2009
|
||
|
@@ -134,7 +134,7 @@ nsSound::Init()
|
||
|
but we will if we want to do things like streams, etc */
|
||
|
EsdOpenSoundType EsdOpenSound;
|
||
|
|
||
|
- elib = PR_LoadLibrary("libesd.so.0");
|
||
|
+ elib = PR_LoadLibrary("libesd.so");
|
||
|
if (elib) {
|
||
|
EsdOpenSound = (EsdOpenSoundType) PR_FindFunctionSymbol(elib, "esd_open_sound");
|
||
|
if (!EsdOpenSound) {
|
||
|
@@ -151,7 +151,7 @@ nsSound::Init()
|
||
|
}
|
||
|
|
||
|
if (!libcanberra) {
|
||
|
- libcanberra = PR_LoadLibrary("libcanberra.so.0");
|
||
|
+ libcanberra = PR_LoadLibrary("libcanberra.so");
|
||
|
if (libcanberra) {
|
||
|
ca_context_create = (ca_context_create_fn) PR_FindFunctionSymbol(libcanberra, "ca_context_create");
|
||
|
if (!ca_context_create) {
|