mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
add flag to disable MPEG
This commit is contained in:
parent
4ad87a0b77
commit
900390d153
@ -13,7 +13,12 @@ enum { PATH_LIMIT = 32768 };
|
||||
* removing these defines (and the references to the libraries in the
|
||||
* Makefile) */
|
||||
#define VGM_USE_VORBIS
|
||||
|
||||
/* can be disabled to decode with FFmpeg instead */
|
||||
#ifndef VGM_DISABLE_MPEG
|
||||
#define VGM_USE_MPEG
|
||||
#endif
|
||||
|
||||
/* disabled by default, defined for builds that support it */
|
||||
//#define VGM_USE_G7221
|
||||
//#define VGM_USE_G719
|
||||
|
Loading…
x
Reference in New Issue
Block a user