Fix function redefinition on arm-none-eabi compilers

This commit is contained in:
oreo639
2019-09-02 10:48:47 -07:00
committed by Erik de Castro Lopo
parent 9ea40e34f8
commit 01167efa6a
4 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
extern "C" {
#endif
FLAC__bool grabbag__seektable_convert_specification_to_template(const char *spec, FLAC__bool only_explicit_placeholders, FLAC__uint64 total_samples_to_encode, unsigned sample_rate, FLAC__StreamMetadata *seektable_template, FLAC__bool *spec_has_real_points);
FLAC__bool grabbag__seektable_convert_specification_to_template(const char *spec, FLAC__bool only_explicit_placeholders, FLAC__uint64 total_samples_to_encode, uint32_t sample_rate, FLAC__StreamMetadata *seektable_template, FLAC__bool *spec_has_real_points);
#ifdef __cplusplus
}