fix "extern"ness of ReplayGainReferenceLoudness

This commit is contained in:
Josh Coalson
2006-10-12 01:16:49 +00:00
parent 6dde751b95
commit 044be30e2a
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@
#include "replaygain_analysis.h"
extern Float_t ReplayGainReferenceLoudness = 89.0; /* in dB SPL */
Float_t ReplayGainReferenceLoudness = 89.0; /* in dB SPL */
typedef unsigned short Uint16_t;
typedef signed short Int16_t;