mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix "extern"ness of ReplayGainReferenceLoudness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user