diff options
author | Zhao Yakui <yakui.zhao@intel.com> | 2012-07-19 21:15:56 -0400 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2012-10-23 13:50:28 +0800 |
commit | f5b00daf0d8bf2b42b1f98668b608d22da786457 (patch) | |
tree | d41c3eaf3f5409adbf5893a0061cb9981b257f32 /src/Makefile.am | |
parent | dd9f7b33a856c243a76b04e2fad5e09834c14712 (diff) |
Add the separated files for media encoder on haswell
There exist a lot of changes about the media encoder between Haswell
and IvyBridge. For example: the VME programming and the corresponding
general media command. To be simple, the separated files are added for
Haswell. Otherwise it has to consider the complex backward compatibility.
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-x | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 146e3af..8fe8124 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -52,6 +52,8 @@ source_c = \ gen6_vme.c \ gen7_mfc.c \ gen7_mfd.c \ + gen75_vme.c \ + gen75_mfc.c \ i965_avc_bsd.c \ i965_avc_hw_scoreboard.c\ i965_avc_ildb.c \ |