Commit afb52f65 authored by Paul Wilkins's avatar Paul Wilkins
Browse files

Resolve build problem

Resolved experimental branch build problem when seg_features not configured.

Change-Id: Ia0f9b460a26dc3eac9844ee595a7b196e9faf6a5
Showing with 4 additions and 1 deletion
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "vp8/common/seg_common.h" #include "vp8/common/seg_common.h"
#if CONFIG_SEGFEATURES
const int segfeaturedata_signed[SEG_LVL_MAX] = {1, 1, 0, 0, 0, 0}; const int segfeaturedata_signed[SEG_LVL_MAX] = {1, 1, 0, 0, 0, 0};
...@@ -52,4 +53,6 @@ int is_segfeature_signed( SEG_LVL_FEATURES feature_id ) ...@@ -52,4 +53,6 @@ int is_segfeature_signed( SEG_LVL_FEATURES feature_id )
return ( segfeaturedata_signed[feature_id] ); return ( segfeaturedata_signed[feature_id] );
} }
// TBD? Functions to read and write segment data with range / validity checking // TBD? Functions to read and write segment data with range / validity checking
\ No newline at end of file
#endif
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment