Displaying 3 results from an estimated 3 matches for "vorbis_func_time".
2001 Oct 17
2
win32sdk shared memory issue -- proposed change of code
...the "_cdeclspec(dllimport)" attribute is required, such that
a modification of "vorbis/lib/registry.h" is required which would look like:
#if defined(_MSC_VER) && defined(DLL_IMPORT)
# define EXTERN _declspec(dllimport) extern
#else
# define EXTERN extern
#endif
EXTERN vorbis_func_time *_time_P[];
EXTERN vorbis_func_floor *_floor_P[];
EXTERN vorbis_func_residue *_residue_P[];
EXTERN vorbis_func_mapping *_mapping_P[];
I realize the aesthetics of having "EXTERN" instead of "extern" may be an issue on
non-win32 platforms, (although in this case it w...
2000 Aug 23
0
explicit header deps: patch
...-x CVS -x *.c vorbis.now/lib/registry.h vorbis.nowp/lib/registry.h
*** vorbis.now/lib/registry.h Sat Jan 22 08:28:30 2000
--- vorbis.nowp/lib/registry.h Wed Aug 23 13:15:48 2000
***************
*** 27,30 ****
--- 27,32 ----
#define VI_MAPB 1
+ #include "vorbis/backends.h"
+
extern vorbis_func_time *_time_P[];
extern vorbis_func_floor *_floor_P[];
diff -c2 -bBw -r -x Mak* -x conf* -x CVS -x *.c vorbis.now/lib/spectrum.h vorbis.nowp/lib/spectrum.h
*** vorbis.now/lib/spectrum.h Tue Jan 4 04:05:04 2000
--- vorbis.nowp/lib/spectrum.h Wed Aug 23 13:15:48 2000
***************
*** 20,...
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
Yes, it works now.
Thank you very much.
-----Original Message-----
From: Chris Wolf [mailto:cwolf@starclass.com]
Sent: 05 September 2001 10:12
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] Problems trying to run the examples in windows
vorbis sdk
On 9/4/2001 at 6:00 PM Pablos-Sanchez, Rolando wrote:
>I have just downloaded the vorbis sdk for windows, for researching
>purposes.
>