diff options
author | Christian König <christian.koenig@amd.com> | 2013-08-05 11:41:27 -0600 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2014-02-06 16:16:34 +0100 |
commit | 15e39ca28a1a98ea43729b65eb19e8e4e5e94ebc (patch) | |
tree | 4306a8b5fa3e5f4408136d9a5282243f0c49c7ef /src/gallium/state_trackers/Makefile.am | |
parent | c9b941ff1b9633d02c61ada969726a5c0a9944c6 (diff) |
st/omx: initial OpenMAX support v3
Featuring a full grown MPEG2 and H264 decoder and a couple of hundred bugs.
v2 (Leo): fix an error for pic_order_cnt_type 1
v3 (Leo): implement support for field decoding
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Leo Liu <leo.liu@amd.com>
Diffstat (limited to 'src/gallium/state_trackers/Makefile.am')
-rw-r--r-- | src/gallium/state_trackers/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/Makefile.am b/src/gallium/state_trackers/Makefile.am index 03666c4a202..209856041ee 100644 --- a/src/gallium/state_trackers/Makefile.am +++ b/src/gallium/state_trackers/Makefile.am @@ -60,3 +60,7 @@ endif if HAVE_CLOVER SUBDIRS += clover endif + +if HAVE_ST_OMX +SUBDIRS += omx +endif |