[Toolame-devel] toolame 02m with automake/libtool
Status: Alpha
Brought to you by:
mikecheng
From: Nicholas H. <nj...@ec...> - 2004-08-20 10:03:47
|
Hi, I have done some work on the toolame build system and converted it to use automake and libtool. libtool builds a shared library, which seems to work fine :) I have reorganised and renamed a few files to make them more standard and keep automake happy. I am still doing some work on it, but here is what I have so far: http://www.ecs.soton.ac.uk/~njh/ toolame-02m-beta8_automake.tar.gz I have successfully built this on a Debian Linux box and on Mac OS X 10.3.5. Included is a script called bootstrap, which is for developers to update automake after changing configure.in or any of the Makefile.am files. One thought I had, was to remove the custom libwave and libaiff and use the commonly available libaudiofile instead. Is this a good idea ? or do you aim to be non-dependent on any libraries ? This would add proper WAVE header parsing and be able to decode many more audio files. Cheers, nick. |