From cc246eaca7bc385738658672e66a5bca8872d5a1 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Thu, 23 Jun 2011 07:16:06 +0000 Subject: 3D Audio GSoC: - Fixes for MSVC compiling. - Fix for ffmpeg audio export with timebase, which fixes vorbis encoding (the only codec using this). --- intern/audaspace/OpenAL/AUD_OpenALDevice.cpp | 1 - intern/audaspace/OpenAL/AUD_OpenALDevice.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/audaspace/OpenAL') 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 >::iterator AUD_HandleIterator; //typedef std::list::iterator AUD_BFIterator; diff --git a/intern/audaspace/OpenAL/AUD_OpenALDevice.h b/intern/audaspace/OpenAL/AUD_OpenALDevice.h index 6bf04a36329..ea4f9ca1ea8 100644 --- a/intern/audaspace/OpenAL/AUD_OpenALDevice.h +++ b/intern/audaspace/OpenAL/AUD_OpenALDevice.h @@ -142,6 +142,7 @@ private: virtual bool setConeVolumeOuter(float volume); }; + typedef std::list >::iterator AUD_HandleIterator; /** * The OpenAL device handle. -- cgit v1.2.3