Minor changes to compile cleanly with MSVC++
authorMonty <xiphmont@xiph.org>
Wed, 17 Nov 1999 03:53:12 +0000 (03:53 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 17 Nov 1999 03:53:12 +0000 (03:53 +0000)
commit2ff10a2cbbcd24cc02ef589f060e250f5abd1cea
treef69f4bccd7bfcff18e7c0f9df04af7990ec3cec8
parentd4b19020b65adf2b82e43c2b74929273dc39f876
Minor changes to compile cleanly with MSVC++

added os.h
use alloca instead of non-constants in automatic declarations

Monty

svn path=/trunk/vorbis/; revision=172
18 files changed:
lib/Makefile.in
lib/analysis.c
lib/block.c
lib/chaining_example.c
lib/codec.h
lib/codeword.c [deleted file]
lib/decoder_example.c
lib/encoder_example.c
lib/envelope.c
lib/framing.c
lib/lpc.c
lib/lsp.c
lib/mdct.c
lib/modes.h
lib/os.h [new file with mode: 0644]
lib/spectrum.c
lib/vorbisfile.c
lib/window.c