Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2011-06-23 11:16:06 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-06-23 11:16:06 +0400
commitcc246eaca7bc385738658672e66a5bca8872d5a1 (patch)
tree1d244d10cedd5c15a2b07bb92475184c2aaff7cc /intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
parent2afa7e4944cd9efcf728f58360adc68343320755 (diff)
3D Audio GSoC:
- Fixes for MSVC compiling. - Fix for ffmpeg audio export with timebase, which fixes vorbis encoding (the only codec using this).
Diffstat (limited to 'intern/audaspace/OpenAL/AUD_OpenALDevice.cpp')
-rw-r--r--intern/audaspace/OpenAL/AUD_OpenALDevice.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp b/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
index f24d3aef4e2..c36f29aa179 100644
--- a/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
+++ b/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
@@ -52,7 +52,6 @@
ALuint buffer;
};*/
-typedef std::list<AUD_Reference<AUD_OpenALDevice::AUD_OpenALHandle> >::iterator AUD_HandleIterator;
//typedef std::list<AUD_OpenALBufferedFactory*>::iterator AUD_BFIterator;