search for: dao_plugin_path

Displaying 8 results from an estimated 8 matches for "dao_plugin_path".

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 Oct 23
4
Problems compiling under OS X
...;. > make[3]: Nothing to be done for `all-am'. > /bin/sh ../libtool --mode=compile cc -DPACKAGE=\"libao\" > -DVERSION=\"0.8.0\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 > -I. -I. -I.. -I../include -O20 -D__NO_MATH_INLINES -fsigned-char -g > -O2 -DAO_PLUGIN_PATH=\"/usr/local/lib/ao\" -c audio_out.c > cc -DPACKAGE=\"libao\" -DVERSION=\"0.8.0\" -DSIZEOF_SHORT=2 > -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -I. -I. -I.. -I../include -O20 > -D__NO_MATH_INLINES -fsigned-char -g -O2 > -DAO_PLUGIN_PATH=\"/usr/local/lib/ao\&quo...
2001 Feb 27
1
libao compilation difficulty
...ling libao on a system w/linux2.4.2 & glibc-2.0 (I think), I get an error. gcc -DPACKAGE=\"libao\" -DVERSION=\"0.6.0\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_SYS_SOUNDCARD_H=1 -I. -I. -I../../.. -I../../../include -O20 -ffast-math -D_REENTRANT -fsigned-char -DAO_PLUGIN_PATH=\"/usr/local/lib/ao\" -c ao_alsa.c -fPIC -DPIC -o ao_alsa.lo In file included from ao_alsa.c:33: /usr/local/include/sys/asoundlib.h:25: linux/asound.h: No such file or directory /usr/local/include/sys/asoundlib.h:26: linux/asequencer.h: No such file or directory asound.h and asequencer...
2001 Mar 03
1
libao: alsa plugin won't compile
...ound_snd_pcm_open=${ac_cv_lib_asound_snd_pcm_open=yes} The compilation error: gcc -DPACKAGE=\"libao\" -DVERSION=\"0.6.0\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_SYS_SOUNDCARD_H=1 -I. -I. -I../../.. -I../../../include -O20 -ffast-math -D_REENTRANT -fsigned-char -DAO_PLUGIN_PATH=\"/usr/lib/ao\" -c ao_alsa.c -fPIC -DPIC -o ao_alsa.lo ao_alsa.c: In function `plugin_open': ao_alsa.c:86: `snd_pcm_channel_params_t' undeclared (first use in this function) ao_alsa.c:86: (Each undeclared identifier is reported only once ao_alsa.c:86: for each function it appears...
2000 Dec 27
1
ao_arts
Hi, I've written an ao plugin for aRts, the soundserver that comes with KDE. Any chance of including this in the ao distribution ? Pretty please ? :) Sources and patches attached. This is a very simple plugin because it uses the easy-to-use 'artsc' C wrapper that aRts installs. configure.in.diff is for ao/configure.in Makefile.am.diff is for ao/src/plugins/Makefile.am Makefile.am
2001 May 11
2
artifact bug status? / compiling under OpenBSD 2.8
...e supported. [...]" while executing ../../../libtool in esd, but it continues. Later, in arts, I get the following: 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 appea...
2000 Dec 20
7
CFLAGS / LDFLAGS
I notice that the user is not able to set their own CFLAGS or LDFLAGS in the ao, ogg, vorbis, and voribs-tools projects. Is there a reason for this? I understand the fact that these modules want to set extremely high optimization flags, and that most users won't know what these are offhand, but there are times when it is useful for the user to specify their own CFLAGS/LDFLAGS. For example,
2000 Dec 29
5
build process patches
Here's an updated set of patches to fix some problems with the build process. These patches are relevant to the CVS head as of 30 Dec 2000. Overview: - Patch 1: Allowing the user to set CFLAGS/LDFLAGS before running configure in all four modules. All these patches do is essentially: cflags_save="$CFLAGS" ldflags_save="$LDFLAGS" # ... stuff to