control: tags -1 patch
Description: Fix build with gcc-10 Author: Gianfranco Costamagna <locutusofb...@debian.org> Last-Update: 2020-07-31 --- forked-daapd-26.4+dfsg1.orig/src/input.h +++ forked-daapd-26.4+dfsg1/src/input.h @@ -137,7 +137,7 @@ struct input_definition /* * Input modules should use this to test if playback should end */ -int input_loop_break; +static int input_loop_break; /* * Transfer stream data to the player's input buffer. The input evbuf will be I uploaded this patch in Ubuntu, fixing the FTBFS. (upstream heavily refactored that code, so my suggestion is to move to the new upstream release if possible) G.