This commit is contained in:
dborth 2009-11-24 04:05:22 +00:00
parent c88d90e172
commit ecb132c10c

View File

@ -28,6 +28,8 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef NO_SOUND
#include <asndlib.h>
#include <tremor/ivorbiscodec.h>
#include <tremor/ivorbisfile.h>
@ -536,3 +538,5 @@ void SetTimeOgg(s32 time_pos)
if (time_pos >= 0)
private_ogg.seek_time = time_pos;
}
#endif