mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fixes for windows branch build failures under linux. still does not build on linux, now due to taglib changes
This commit is contained in:
parent
98c6ca5abc
commit
bb59def1ca
3 changed files with 3 additions and 7 deletions
|
|
@ -123,7 +123,7 @@ parse_mthd_header(smf_t *smf)
|
|||
return (-1);
|
||||
}
|
||||
|
||||
tmp_mthd = (chunk_header_struct*)smf->file_buffer;
|
||||
tmp_mthd = (struct chunk_header_struct*)smf->file_buffer;
|
||||
|
||||
if (!chunk_signature_matches(tmp_mthd, "MThd")) {
|
||||
g_critical("SMF error: MThd signature not found, is that a MIDI file?");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue