Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Vorbis-tools 1.1.1 using aoTuVb4.51 (Mac OS X) (Read 4582 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Vorbis-tools 1.1.1 using aoTuVb4.51 (Mac OS X)

I have compiled Vorbis-tools 1.1.1 using aoTuV b4.51, libogg 1.1.2 and libflac 1.1.2.
The .zip contain: oggenc, oggdec, ogginfo, vcut and vorbiscomment
Compiled on Mac OS 10.4.3 using GCC 4.0.1.

Enjoy!


Edit:
I sucessfully compiled static binaries, so please download (again) and give it a go...
Vendor: AO; aoTuV b4b [20051117] (based on Xiph.Org's libVorbis)

Vorbis-tools 1.1.1 using aoTuVb4.51 (Mac OS X)

Reply #1
You can temporarily move the ogg and vorbis dynamic library (*.dylib) files out of wherever your prefix was (/usr/local by default). When compiling vorbis-tools, configure will find the static libraries instead (*.a). Also, if you are using non-Apple GCC see the thread about GCC4 and non-SVN llibvorbis.

Vorbis-tools 1.1.1 using aoTuVb4.51 (Mac OS X)

Reply #2
c15zyx. That did not work either, since it complained about the missing .dylib's
But you lead me on the right track -> compiling libogg, libvorbis and libflac as static builds as well.

Thanks!

 

Vorbis-tools 1.1.1 using aoTuVb4.51 (Mac OS X)

Reply #3
Hmm.. well both ways worked for me. Yup, it's easier to do static-only library builds though, because it's hard to identify all the libraries that packages generate... ie. vorbis has libvorbis, libvorbisfile, and libvorbisenc.