search for: am_path_ao

Displaying 3 results from an estimated 3 matches for "am_path_ao".

2001 Aug 19
1
ogg.m4 and vorbis.m4
Greetings everyone. I have 2 quick questions about ao/ao.m4, ogg/ogg.m4, and vorbis/vorbis.m4. 1. Is there any reason that the macros are named AM_PATH_AO, AM_PATH_OGG, and AM_PATH_VORBIS? Can we change them to something else? I ran into a problem when trying to add support for ogg/vorbis into a package today: Automake assumes that anything beginning with AM_ belongs to automake -- these two macros are actually infringing on the automake namespace...
2001 Sep 03
2
Building vorbis-tools without libao
Hi All, For my new file (and thus mp3) server I've decided to switch completely to Ogg Vorbis. This means having to reencode ~30GB worth of 128Kb MP3's, but i figured that it would all be worth the effort. So I downloaded the sources for libogg, libvorbis and vorbis-tools and fired up my trusty old compiler. libogg and libvorbis built and installed like a charm. Not so for
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
...ll -g -pg -O4 -ffast-math -fsigned-char";; +esac + + dnl -------------------------------------------------- dnl Check for headers dnl -------------------------------------------------- @@ -52,6 +61,10 @@ AM_PATH_OGG(,AC_MSG_ERROR(Ogg needed!)) AM_PATH_VORBIS(,AC_MSG_ERROR(Vorbis needed!)) AM_PATH_AO(,AC_MSG_ERROR(libao needed!)) +if test x"$lt_cv_dlopen" = x"yes"; then + DLOPEN_LIBS="-ldl" +fi + dnl -------------------------------------------------- dnl Check for library functions dnl -------------------------------------------------- @@ -64,5 +77,6 @@...