diff --git a/source/ngc/oggplayer.c b/source/ngc/oggplayer.c index 1f7aa8d..abe9bc4 100644 --- a/source/ngc/oggplayer.c +++ b/source/ngc/oggplayer.c @@ -28,6 +28,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef NO_SOUND + #include #include #include @@ -536,3 +538,5 @@ void SetTimeOgg(s32 time_pos) if (time_pos >= 0) private_ogg.seek_time = time_pos; } + +#endif