~ubuntu-branches/ubuntu/quantal/openal-soft/quantal

« back to all changes in this revision

Viewing changes to debian/patches/libsndio-dlopen-change.patch

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-05-22 10:14:53 UTC
  • mfrom: (7.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120522101453-knsv1m1m8vl5ccfp
Tags: 1:1.14-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  - Add a symbols file for libopenal1
* debian/libopenal1.symbols:
  - Update for 1.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Dlopen libsndio.so.2 instead of libsndio.so.
 
2
Author: Andres Mejia <amejia@debian.org>
 
3
 
 
4
--- a/Alc/backends/sndio.c
 
5
+++ b/Alc/backends/sndio.c
 
6
@@ -79,7 +79,7 @@
 
7
 #ifdef HAVE_DYNLOAD
 
8
     if(!sndio_handle)
 
9
     {
 
10
-        sndio_handle = LoadLib("libsndio.so");
 
11
+        sndio_handle = LoadLib("libsndio.so.2");
 
12
         if(!sndio_handle)
 
13
             return ALC_FALSE;
 
14