mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-21 12:51:57 +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.
|
* done by external libraries.
|
||||||
* If someone wants to do a standalone build, they can do it by simply
|
* 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) */
|
* removing these defines (and the references to the libraries in the Makefile) */
|
||||||
|
#ifndef VGM_DISABLE_VORBIS
|
||||||
#define VGM_USE_VORBIS
|
#define VGM_USE_VORBIS
|
||||||
|
#endif
|
||||||
|
|
||||||
/* can be disabled to decode with FFmpeg instead */
|
|
||||||
#ifndef VGM_DISABLE_MPEG
|
#ifndef VGM_DISABLE_MPEG
|
||||||
#define VGM_USE_MPEG
|
#define VGM_USE_MPEG
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user