Cool, thanks for the advice. I found the dlls in the tools package, though I still can't find any static libs. I am using Visual Studio 2008 on Windows; however, I have Fedora on my machine as well, so I will see if I can get the libs through linux.<br>
<br><div class="gmail_quote">On Wed, Mar 25, 2009 at 11:26 AM, Ian Malone <span dir="ltr"><<a href="mailto:ibmalone@gmail.com" target="_blank">ibmalone@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/3/25 Blake Rollins <<a href="mailto:blake.g.rollins@gmail.com" target="_blank">blake.g.rollins@gmail.com</a>>:<br>
<div><div></div><div>> Hello All,<br>
> Please excuse the noob-ness of my question, but I am just starting out with<br>
> Vorbis decoding/encoding. I downloaded all the necessary header files<br>
> (codec.h, vorbisfile.h, vorbisenc.h, ogg.h); however I cannot find any<br>
> pre-compiled static or dynamic libraries that I need, all I can find is the<br>
> source code. Are there any precompiled libraries I can download, or do I<br>
> have to compile them myself? (I have had issues in the past compiling<br>
> downloaded source code). Thanks<br>
><br>
<br>
</div></div>What platform are you using? On Linux/Unix building libogg and<br>
libvorbis from source shouldn't be difficult (you'll need to do libogg<br>
first), but most distros will provide -devel packages (e.g.<br>
libogg-devel in Fedora) so you shouldn't need to do it anyway unless<br>
you want to work with libraries from svn.<br>
<br>
Windows development I'm not so sure, but the vorbis-tools download at<br>
Xiph <<a href="http://downloads.xiph.org/releases/vorbis/vorbis-tools-win32-bin.7z" target="_blank">http://downloads.xiph.org/releases/vorbis/vorbis-tools-win32-bin.7z</a>><br>
contains dlls and you might want also want to look at<br>
<a href="http://www.rarewares.org/ogg-libraries.php" target="_blank">http://www.rarewares.org/ogg-libraries.php</a><br>
I believe there are also visual studio project files included with the<br>
source code and if you have difficulty building them you can always<br>
ask here.<br>
<br>
Hope this helps.<br>
<font color="#888888"><br>
--<br>
imalone<br>
_______________________________________________<br>
Vorbis mailing list<br>
<a href="mailto:Vorbis@xiph.org" target="_blank">Vorbis@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/vorbis" target="_blank">http://lists.xiph.org/mailman/listinfo/vorbis</a><br>
</font></blockquote></div><br>