[ogg-dev] using "ov_open" in XCode

Ralph Giles giles at xiph.org
Thu May 7 08:06:50 PDT 2009


On Mon, May 4, 2009 at 8:45 AM, Jeffrey Anderson <jeffmo77 at gmail.com> wrote:

> Do I need to do anything with the "libvorbis.a" and "libvorbisfile.a" files?
>  I don't know what those are.

Those are static libraries implementing the vorbis decoder and
vorbisfile wrapper api, respectively. You can (probably) add them to
the build instead of the frameworks, as long as you add the
corresponding headers separately.

Anyway, missing symbols means your frameworks aren't being searched,
or aren't built correctly. Does it work if you use the frameworks from
inside the XiphQT distribution?

 -r


More information about the ogg-dev mailing list