Fix build issue for libmatroska on Android
This commit is contained in:
parent
8dc4842d35
commit
a68b966eaa
1 changed files with 9 additions and 0 deletions
9
submodules/externals/build/libmatroska/config.h
vendored
Normal file
9
submodules/externals/build/libmatroska/config.h
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
#define CONFIG_EBML_WRITING
|
||||
#define CONFIG_EBML_UNICODE
|
||||
#define HAVE_EBML2
|
||||
#define CONFIG_ZLIB
|
||||
#define CONFIG_MATROSKA2
|
||||
#define USE_PRECOMPILED_HEADERS
|
||||
//#define CONFIG_DEBUGCHECKS
|
||||
#define CONFIG_STDIO
|
||||
#define CONFIG_FILEPOS_64
|
Loading…
Reference in a new issue