From c1f8423caebad7da0afee53484a0e54de150a264 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 20 Jan 2026 07:23:02 +0300
Subject: [PATCH] Makefile.os2: add new source remap_channels.c to build.
---
Makefile.os2 | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.os2 b/Makefile.os2
index 64f150eff..09601948f 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -59,6 +59,7 @@ SRCS = utils.c effect_position.c effects_internal.c effect_stereoreverse.c mixer
# codec sources:
SRCS+= load_aiff.c load_voc.c music_wav.c &
music_ogg.c music_ogg_stb.c music_opus.c &
+ remap_channels.c &
music_flac.c music_drflac.c music_wavpack.c &
mp3utils.c music_mpg123.c music_minimp3.c &
music_xmp.c music_modplug.c music_gme.c &