From 8d9453cbbb256a02d553ab89bb9f139fe92045b5 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Wed, 18 Jan 2017 15:50:18 -0800 Subject: [PATCH] Compile fix --- lime/_backend/native/NativeAudioSource.hx | 4 ++++ project/lib/jpeg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lime/_backend/native/NativeAudioSource.hx b/lime/_backend/native/NativeAudioSource.hx index 3787f75c8..4ab92f928 100644 --- a/lime/_backend/native/NativeAudioSource.hx +++ b/lime/_backend/native/NativeAudioSource.hx @@ -215,6 +215,8 @@ class NativeAudioSource { private function refillBuffers (buffers:Array = null):Void { + #if lime_vorbis + var vorbisFile = null; var position = 0; @@ -273,6 +275,8 @@ class NativeAudioSource { } + #end + } diff --git a/project/lib/jpeg b/project/lib/jpeg index a105289f5..937b86500 160000 --- a/project/lib/jpeg +++ b/project/lib/jpeg @@ -1 +1 @@ -Subproject commit a105289f5a6cdcd1363e3d2f1c31af4954b374cc +Subproject commit 937b86500b2cd436a38d7f9906968f3d0f6d8bea