Skip to content
Snippets Groups Projects
Commit fa5707d6 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

Fix build for --disable-encode

Seems to only effect OS X according to Travis CI
parent b6d6765d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@
#include "apiwrapper.h"
#include "encint.h"
const th_quant_info TH_VP31_QUANT_INFO = {};
const th_huff_code TH_VP31_HUFF_CODES[TH_NHUFFMAN_TABLES][TH_NDCT_TOKENS];
th_enc_ctx *th_encode_alloc(const th_info *_info){
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment