Parent Directory
|
Revision Log
New. Rebased against Coin-2.4.8.
| 1 | diff -uNr Coin-2.4.6.orig/src/glue/openal_wrapper.c Coin-2.4.6/src/glue/openal_wrapper.c |
| 2 | --- Coin-2.4.6.orig/src/glue/openal_wrapper.c 2007-04-10 11:23:51.000000000 +0200 |
| 3 | +++ Coin-2.4.6/src/glue/openal_wrapper.c 2007-04-14 06:31:09.000000000 +0200 |
| 4 | @@ -107,7 +107,7 @@ |
| 5 | int idx; |
| 6 | const char * possiblelibnames[] = { |
| 7 | NULL, /* is set below */ |
| 8 | - "openal", "openal32", "libopenal.so", |
| 9 | + @LIBOPENAL_SONAME@, |
| 10 | NULL |
| 11 | }; |
| 12 |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |