[Android] Fix video changes to fix compile issue

This commit is contained in:
zilmar 2017-04-27 17:23:00 +10:00
parent 688416bc59
commit 12cd303862
2 changed files with 3 additions and 1 deletions

View File

@ -17,8 +17,9 @@
#include <zlib/zlib.h>
#include <malloc.h>
#include <stdlib.h>
#include <Common/stdtypes.h>
#ifdef _WIN32
#include <windows.h>
#endif
/*
* External libraries

View File

@ -14,6 +14,7 @@
#ifndef __TXUTIL_H__
#define __TXUTIL_H__
#include <Common/stdtypes.h>
/* maximum number of CPU cores allowed */
#define MAX_NUMCORE 8