mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[audio] Ensure FLAC doesn't use dll imports
For whatever reason, building under MXE (for windows) causes FLAC to try to use dll import references, but setting FLAC__NO_DLL before including FLAC/export.h fixes the issue.
This commit is contained in:
parent
a76f6c812c
commit
bf7ef354d5
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#define FLAC__NO_DLL
|
||||||
#include <FLAC/export.h>
|
#include <FLAC/export.h>
|
||||||
|
|
||||||
#include "qfalloca.h"
|
#include "qfalloca.h"
|
||||||
|
|
Loading…
Reference in a new issue