From b60331cc780aa4eb6f4d1b0d677dc999fa07bb43 Mon Sep 17 00:00:00 2001 From: thor Date: Tue, 2 Apr 2024 06:51:09 +0000 Subject: [PATCH] mpg123: ensure genre.o is re-built on reconfigure (avoid errors on arch switching) git-svn-id: svn://scm.orgis.org/mpg123/trunk@5413 35dc7657-300d-0410-a2e5-dc2837fedb53 --- src/genre.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/genre.c b/src/genre.c index f820d389..898081d4 100644 --- a/src/genre.c +++ b/src/genre.c @@ -6,6 +6,9 @@ initially written by Shane Wegner */ +// Just to trigger recompilation on reconfigure (with differing --host). +#include "config.h" + char *genre_table[] = { "Blues",