[input] Add a simple input for testing timing

This commit is contained in:
ejurgensen
2020-05-12 20:16:44 +02:00
parent c1fad30df0
commit 360e46683b
5 changed files with 137 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ enum input_types
INPUT_TYPE_FILE,
INPUT_TYPE_HTTP,
INPUT_TYPE_PIPE,
INPUT_TYPE_TIMER,
#ifdef HAVE_SPOTIFY_H
INPUT_TYPE_SPOTIFY,
#endif