diff options
| author | Andy Qiu <junhai.qiu@intel.com> | 2012-07-22 20:11:54 -0700 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:47 -0700 |
| commit | a1be8ae572b307733338f2353d3d3d52f47717b8 (patch) | |
| tree | 125b6f3c6718aefff4e904f6d2fe9e9d1b0c7dce | |
| parent | 4ce57b82fa719f2aa9247c7f4a44853715a29987 (diff) | |
| download | android_hardware_intel_common_omx-components-a1be8ae572b307733338f2353d3d3d52f47717b8.tar.gz android_hardware_intel_common_omx-components-a1be8ae572b307733338f2353d3d3d52f47717b8.tar.bz2 android_hardware_intel_common_omx-components-a1be8ae572b307733338f2353d3d3d52f47717b8.zip | |
Fix OMXVideoDecoderAVCSecure build issue.
BZ: 48040
Link OMXVideoDecoderAVCSecure to libspedrm.
Change-Id: I3d55a4468edbe69b15e58caca8d984a575fc530a
Signed-off-by: Andy Qiu <junhai.qiu@intel.com>
Reviewed-on: http://android.intel.com:8080/57955
Reviewed-by: Zhang, Xiaolin <xiaolin.zhang@intel.com>
Tested-by: Zhang, Xiaolin <xiaolin.zhang@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
| -rw-r--r-- | videocodec/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk index 1517c98..b9bbc42 100644 --- a/videocodec/Android.mk +++ b/videocodec/Android.mk @@ -266,7 +266,7 @@ LOCAL_SHARED_LIBRARIES := \ liblog \ libva \ libva-android \ -# libsepdrm + libsepdrm LOCAL_C_INCLUDES := \ $(TARGET_OUT_HEADERS)/wrs_omxil_core \ @@ -281,7 +281,7 @@ LOCAL_C_INCLUDES := \ LOCAL_SRC_FILES := \ OMXComponentCodecBase.cpp\ OMXVideoDecoderBase.cpp\ -# OMXVideoDecoderAVCSecure.cpp + OMXVideoDecoderAVCSecure.cpp LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libOMXVideoDecoderAVCSecure |
