]> icculus.org git repositories - divverent/darkplaces.git/commit
Simple Ogg Vorbis support (no streaming: the file is fully decompressed in memory...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 27 Dec 2003 21:15:16 +0000 (21:15 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 27 Dec 2003 21:15:16 +0000 (21:15 +0000)
commit182da1050452db7352b3e8c32b5c0cac065b698a
treeed91398c9f5da5055bd0cd9e4e205ba129ddfaad
parentc9a3ad45ef5f5c6958d9410c7caae4e3b2ad27fc
Simple Ogg Vorbis support (no streaming: the file is fully decompressed in memory, you just save disk space). DP will try to load the VorbisFile library at startup and will enable Ogg Vorbis support if it succeeds, so you need the Ogg Vorbis official DLLs. Win32 binaries works, but the Linux binaries are still untested for the moment - they compile successfully though.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3756 d7cf8633-e32d-0410-b094-e92efae38249
darkplaces.dsp
makefile
ogg.c [new file with mode: 0644]
ogg.h [new file with mode: 0644]
snd_dma.c
snd_mem.c