Displaying 1 result from an estimated 1 matches for "xelaie".
Did you mean:
relate
2008 Dec 08
2
ov_fopen on win32
Hi,
apparently there have been some issues with using ov_fopen() on win32.
Does anyone have more information about this? There is no bug listed
in trac.xiph.org but it has come up on IRC.
Just now a user Xelaie reported "undefined reference to `ov_fopen'",
building with gcc in Visual Studio, using vorbis from
http://www.xiph.org/downloads/. It turned out that ov_fopen was not
listed in vorbis/win32/vorbisfile.def. After adding that and
rebuilding libvorbisfile, linking worked.
Are there any...