mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-13 18:20:50 +01:00
Add compiler flag VGM_DISABLE_VORBIS (as Vorbis is enabled by default)
This commit is contained in:
parent
75d079f389
commit
086a47cd76
@ -13,9 +13,10 @@ enum { PATH_LIMIT = 32768 };
|
||||
* done by external libraries.
|
||||
* If someone wants to do a standalone build, they can do it by simply
|
||||
* removing these defines (and the references to the libraries in the Makefile) */
|
||||
#ifndef VGM_DISABLE_VORBIS
|
||||
#define VGM_USE_VORBIS
|
||||
#endif
|
||||
|
||||
/* can be disabled to decode with FFmpeg instead */
|
||||
#ifndef VGM_DISABLE_MPEG
|
||||
#define VGM_USE_MPEG
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user