From b2380b535e99b4bc49d91bb228598f85362446ca Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 3 Jun 2012 16:13:04 +0200 Subject: voicefont: make format version a parameter. Make hardcoded format version a parameter to allow adjusting depending on the installed Rockbox version. Rockbox Utility will read the version from the installed version. Since the command line voicefont tool is only intended for use in the current tree it uses a fixed version. Change-Id: I1ec935d47c71961e93b3c6bc6c5d816cd9fc83ff --- tools/voicefont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/voicefont.h') diff --git a/tools/voicefont.h b/tools/voicefont.h index 6b603ef9be..dad7589c26 100644 --- a/tools/voicefont.h +++ b/tools/voicefont.h @@ -34,7 +34,7 @@ extern "C" { #endif -int voicefont(FILE* voicefontids,int targetnum,char* filedir, FILE* output); +int voicefont(FILE* voicefontids,int targetnum,char* filedir, FILE* output, unsigned int version); #ifdef __cplusplus } -- cgit v1.2.3