search for: _get_plugin

Displaying 7 results from an estimated 7 matches for "_get_plugin".

2001 Nov 05
2
libao on OS X
...mic plugin system is broken. 1) on OS X, dll's en in .dylib, not .so, as is hardwired in. this should be an easy fix. 2) dlopen chokes on opening the .dylib files...so the plugin is never loaded. i know not enought of dlopen on OS X to be of much help here, beyond tracing it to that call (in _get_plugin() in audio_out.c) any ideas? also, though i probably should be, i'm not subscribed to this list. please cc: any correspondance to me, if you would. have fun dongoodman %-----------------------------------------------deg3@msstate.edu| |`I invented the term 'object oriented'...
2001 Nov 05
2
libao on OS X
...mic plugin system is broken. 1) on OS X, dll's en in .dylib, not .so, as is hardwired in. this should be an easy fix. 2) dlopen chokes on opening the .dylib files...so the plugin is never loaded. i know not enought of dlopen on OS X to be of much help here, beyond tracing it to that call (in _get_plugin() in audio_out.c) any ideas? also, though i probably should be, i'm not subscribed to this list. please cc: any correspondance to me, if you would. have fun dongoodman %-----------------------------------------------deg3@msstate.edu| |`I invented the term 'object oriented'...
2001 Nov 05
1
libao and OS X
.... It cannot load dynamic plugins! The first reason I found is that libao expects plugins to have the extension ".so"; on OS X, dynamic libraries have the extension ".dylib" Second problem, and one I cannot fix, dlopen() refuses to open the plugins. See the call to dlopen() in _get_plugin() in audio_out.c, line 101 or thereabouts. Any ideas what's going on? I have not the knowledge to deal with this. Also, I'm not currently subscribed to vorbis-dev (though I am to vorbis), so if any replies could be cc'd: deg3@msstate.edu, it would be much appreciated. thanks in ad...
2001 Nov 05
1
libao and OS X
.... It cannot load dynamic plugins! The first reason I found is that libao expects plugins to have the extension ".so"; on OS X, dynamic libraries have the extension ".dylib" Second problem, and one I cannot fix, dlopen() refuses to open the plugins. See the call to dlopen() in _get_plugin() in audio_out.c, line 101 or thereabouts. Any ideas what's going on? I have not the knowledge to deal with this. Also, I'm not currently subscribed to vorbis-dev (though I am to vorbis), so if any replies could be cc'd: deg3@msstate.edu, it would be much appreciated. thanks in ad...
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi, I have downloaded the following files libao-0.6.0.tar.gz libogg-1.0beta4.tar.gz libvorbis-1.0beta4.tar.gz vorbis-tools-1.0beta4.tar.gz as said from the download section. But I'm at a loss to what do after that. I don't have much experience/knowledge in compiling etc, but I still want to try out ogg. (I downloaded the source coz I have an OpenBSD machine, and there was no
2001 Nov 05
0
[vorbis] libao on OS X
...mic plugin system is broken. 1) on OS X, dll's en in .dylib, not .so, as is hardwired in. this should be an easy fix. 2) dlopen chokes on opening the .dylib files...so the plugin is never loaded. i know not enought of dlopen on OS X to be of much help here, beyond tracing it to that call (in _get_plugin() in audio_out.c) any ideas? also, though i probably should be, i'm not subscribed to this list. please cc: any correspondance to me, if you would. have fun dongoodman %-----------------------------------------------deg3@msstate.edu| |`I invented the term 'object oriented'...
2001 May 11
2
artifact bug status? / compiling under OpenBSD 2.8
...g: gcc -DPACKAGE=\"libao\" -DVERSION=\"0.6.0\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -I. -I. -I.. -I../include -O20 -D__NO_MATH_INLINES -fsigned-char -DAO_PLUGIN_PATH=\"/usr/local/lib/ao\" -c audio_out.c -fPIC -DPIC -o audio_out.lo audio_out.c: In function `_get_plugin': audio_out.c:66: `RTLD_NOW' undeclared (first use in this function) audio_out.c:66: (Each undeclared identifier is reported only once audio_out.c:66: for each function it appears in.) *** Error code 1 Stop in /usr/src/OGG_Vorbis/libao-0.6.0/src. [snip] This is a little confusing, because...