summaryrefslogtreecommitdiff
path: root/va/Makefile.am
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-04-13 16:20:35 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-26 06:30:16 +0200
commit1c84bb0990d477c1f0c81c8fcdc8591731a1fb93 (patch)
tree9f6b0a414f99bcbb32e3306b7a8f292077a97f3d /va/Makefile.am
parent32a8cbd8bb1652473e49f933545b6ace716fd5dd (diff)
downloadlibva-1c84bb0990d477c1f0c81c8fcdc8591731a1fb93.tar.gz
Merge JPEG decoding API from staging branch.
This API is only suitable to Baseline profile. Cherry-pick'ed from: 336a563: add initial JPEG decoding API 8a7f92b: cosmetics (vertical align) 9092ecf: fix IQ matrix and Huffman table buffer name 5d30647: add "Baseline" suffix the existing data structures 6eefff7: document decoding API is only suitable to baseline profile de2df79: include <va/va_dec_jpeg.h> into core VA header 979f0e1: drop JPEG-2000 fields from structures for baseline profile 8a6b12d: drop sample_precision since P=8 for baseline profile Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'va/Makefile.am')
-rw-r--r--va/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/Makefile.am b/va/Makefile.am
index bc70435..1c91dd7 100644
--- a/va/Makefile.am
+++ b/va/Makefile.am
@@ -41,6 +41,7 @@ libva_source_h = \
va.h \
va_backend.h \
va_backend_tpi.h \
+ va_dec_jpeg.h \
va_dummy.h \
va_tpi.h \
va_version.h \