MdeModulePkg: Add Brotli algorithm decompression library
- Add Brotli algorithm decompression library support Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song <binx.song@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
#include "./state.h"
|
||||
|
||||
#include <stdlib.h> /* free, malloc */
|
||||
//#include <stdlib.h> /* free, malloc */
|
||||
#include <BrotliDecompressLibInternal.h>
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "./huffman.h"
|
||||
|
Reference in New Issue
Block a user