Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

warble: Fix build in light of ci.strip_filesize

Change-Id: I8fb7b04c71f588258496cf353fb01df3b38da227

+6 -1
+6 -1
lib/rbcodec/test/warble.c
··· 614 614 return ret; 615 615 } 616 616 617 + void ci_strip_filesize(off_t size) 618 + { 619 + ci.filesize = size; 620 + } 621 + 617 622 static bool ci_should_loop(void) 618 623 { 619 624 return enable_loop; ··· 664 669 ci_configure, 665 670 ci_get_command, 666 671 ci_should_loop, 667 - 672 + ci_strip_filesize, 668 673 ci_sleep, 669 674 stub_void_void, /* yield */ 670 675