Header inclusion for Unix build
Explicit inclusion of limits.h to satisfy unix build for definition of INT_MAX. Some commented out code removed. Change-Id: I5b5980dfaa9b4d2d12bfd729cfd35bd982106908
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "segmentation.h"
|
||||
#include "limits.h"
|
||||
#include "vpx_mem/vpx_mem.h"
|
||||
#include "segmentation.h"
|
||||
|
||||
void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x)
|
||||
{
|
||||
|
Reference in New Issue
Block a user