mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-03-19 17:12:00 +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
6928b8609d
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