A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 49 lines 891 B view raw
1#if !defined(HAVE_TOUCHSCREEN) || defined(DX50) || defined(DX90) 2/* In devices running RockBox as an application, but having a keypad */ 3#include "SOURCES" 4#else 5/* plugins common to all models */ 6chopper.c 7clix.c 8credits.c 9properties.c 10random_folder_advance_config.c 11search.c 12sort.c 13theme_remove.c 14vbrfix.c 15view_text.c 16#if PLUGIN_BUFFER_SIZE >= 0x80000 17boomshine.lua 18stopwatch.lua 19#endif 20 21 22#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ 23test_kbd.c 24test_fps.c 25#ifdef HAVE_ADJUSTABLE_CPU_FREQ 26test_boost.c 27#endif 28test_codec.c 29#ifdef HAVE_JPEG 30test_core_jpeg.c 31#endif 32test_disk.c 33#if LCD_DEPTH < 4 && !defined(SIMULATOR) 34test_scanrate.c 35#endif 36#ifndef HAVE_LCD_COLOR 37test_grey.c 38test_greylib_bitmap_scale.c 39#endif 40test_mem.c 41test_mem_jpeg.c 42#ifdef HAVE_LCD_COLOR 43test_resize.c 44#endif 45test_sampr.c 46test_viewports.c 47#endif /* HAVE_TEST_PLUGINS */ 48 49#endif /* HAVE_TOUCHSCREEN */