ref: 4f3aa6d8bb1f62cd65cbdffd76428ea431d8d0e1
parent: 67ccdb37f51e3b329b274680e34038b408b7be9b
author: Gregory Maxwell <[email protected]>
date: Thu Jun 14 08:19:50 EDT 2012
s/based on/using/ in opusdec version msg for consistency.
--- a/src/opusdec.c
+++ b/src/opusdec.c
@@ -399,13 +399,13 @@
void version(void)
{
- printf("opusdec %s %s (based on %s)\n",PACKAGE,VERSION,opus_get_version_string());
+ printf("opusdec %s %s (using %s)\n",PACKAGE,VERSION,opus_get_version_string());
printf("Copyright (C) 2008-2012 Xiph.Org Foundation\n");
}
void version_short(void)
{
- printf("opusdec %s %s (based on %s)\n",PACKAGE,VERSION,opus_get_version_string());
+ printf("opusdec %s %s (using %s)\n",PACKAGE,VERSION,opus_get_version_string());
printf("Copyright (C) 2008-2012 Xiph.Org Foundation\n");
}