mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
allow libsndfile to open BWF files; fix -Woverload-virtuals being in CCFLAGS instead of CXXFLAGS where it should be
git-svn-id: svn://localhost/ardour2/trunk@626 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
78889b0958
commit
69ac3569ed
9 changed files with 1560 additions and 1604 deletions
|
|
@ -539,7 +539,6 @@ wav_read_header (SF_PRIVATE *psf, int *blockalign, int *framesperblock)
|
|||
break ;
|
||||
|
||||
case bext_MARKER :
|
||||
parsestage |= HAVE_other ;
|
||||
|
||||
psf_binheader_readf (psf, "4", &dword) ;
|
||||
if (dword < WAV_BEXT_CHUNK_SIZE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue