Displaying 2 results from an estimated 2 matches for "ogg_dynamic".
2004 Sep 14
2
OGGDS\OggSDK missing from svn
Hello,
I am trying to get hold of the sources for the ogg vorbis DirectShow filter.
I have checked out trunk\oggds, but the solution refers to projects under
OggSDK, viz:
"OggSDK\ogg\win32\ogg_dynamic.vcproj"
"OggSDK\vorbis\win32\vorbis_dynamic.vcproj"
"OggSDK\vorbis\win32\vorbisenc_dynamic.vcproj"
....which do not appear to be in subversion.
The directories
trunk/ogg/win32
trunk/vorbis/win32
appear to contain MSDEV6 versions of this code, but I would l...
2001 Jan 27
0
Vorbis with BCB
...include path for the ogg headers (..\..\ogg\include). They
also don't set a link path for the libraries
(..\..\ogg\win32\Dynamic_Release).
The dynamic DSP files reference 'ODBCCP32.LIB'. Would this be
ODBC, as for database access? I don't think Vorbis uses that :)
{Building ogg_dynamic}
I get this warning:
[C++ Warning] vorbisfile.c(1133): W8065 Call to function
'host_is_big_endian' with no prototype.
There is no prototype for 'host_is_big_endian' in 'vorbisfile.h'. But, it
is just a warning, after all.
{Building vorbis_dynamic}
I get a set of erro...