mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-04-10 19:30:58 +00:00
Fix building with no sndfile support at all
The stub functions still reference SNDFILE, so we still need to include the bundled header in this case.
This commit is contained in:
parent
f6facdaa68
commit
a18438562f
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ private:
|
|||
static sf_count_t file_tell(void *user_data);
|
||||
};
|
||||
|
||||
#else
|
||||
#include "../thirdparty/sndfile.h"
|
||||
#endif
|
||||
|
||||
#endif /* SNDFILE_DECODER_H */
|
||||
|
|
Loading…
Reference in a new issue