A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

flac: Fix build on Cowon D2.

Not enough IRAM on this target to support larger MAX_BLOCKSIZE even with
only 2ch.

Change-Id: I91675b9eb294f8af3f7d17aa9c76c7cb83ce0bd7

+2 -2
+1 -1
lib/rbcodec/codecs/libffmpegFLAC/bitstream.h
··· 35 #define IBSS_ATTR_FLAC_XXLARGE_IRAM 36 #endif 37 38 - #if (ARCH == ARCH_M68K) || defined(CPU_PP) || MEMORYSIZE <= 2 39 #define MAX_BLOCKSIZE 4608 40 #else 41 #define MAX_BLOCKSIZE 8192
··· 35 #define IBSS_ATTR_FLAC_XXLARGE_IRAM 36 #endif 37 38 + #if (ARCH == ARCH_M68K) || defined(CPU_PP) || defined(CPU_TCC780X) || (MEMORYSIZE <= 2) 39 #define MAX_BLOCKSIZE 4608 40 #else 41 #define MAX_BLOCKSIZE 8192
+1 -1
manual/appendix/file_formats.tex
··· 147 Free Lossless Audio 148 & \fname{.flac} 149 & Multichannel and/or high-resolution files will be downmixed to 16-bit stereo. 150 - \opt{ipod,iriverh10,sansaclip,sansam200v4,sansac200v2,iriverh100,iriverh300,iaudiox5,iaudiom5,iaudiom3,mpiohd200,mpiphd300}{ 151 \nopt{ipodnano2g,ipod6g}{Due to resource constraints, files with large block sizes are not supported, and realtime playback may not be possible where downmixing is necessary.}} 152 \\ 153 Apple Lossless
··· 147 Free Lossless Audio 148 & \fname{.flac} 149 & Multichannel and/or high-resolution files will be downmixed to 16-bit stereo. 150 + \opt{ipod,iriverh10,sansaclip,sansam200v4,sansac200v2,iriverh100,iriverh300,iaudiox5,iaudiom5,iaudiom3,mpiohd200,mpiphd300,cowond2}{ 151 \nopt{ipodnano2g,ipod6g}{Due to resource constraints, files with large block sizes are not supported, and realtime playback may not be possible where downmixing is necessary.}} 152 \\ 153 Apple Lossless