Update of /cvsroot/alsa/alsa-lib/src/pcm
In directory sc8-pr-cvs1:/tmp/cvs-serv30139

Modified Files:
        pcm_ladspa.c 
Log Message:
One more fix to dlsym

Index: pcm_ladspa.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_ladspa.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pcm_ladspa.c        14 Jun 2003 07:31:54 -0000      1.13
+++ pcm_ladspa.c        14 Jun 2003 07:38:28 -0000      1.14
@@ -722,7 +722,7 @@
        assert(filename);
        handle = dlopen(filename, RTLD_LAZY);
        if (handle) {
-               LADSPA_Descriptor_Function fcn = 
(LADSPA_Descriptor_Function)dlsym(handle, "ladspa_descriptor", 
SND_DLSYM_VERSION(SND_PCM_DLSYM_VERSION));
+               LADSPA_Descriptor_Function fcn = 
(LADSPA_Descriptor_Function)dlsym(handle, "ladspa_descriptor");
                if (fcn) {
                        long idx;
                        const LADSPA_Descriptor *d;



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to