diff options
| author | Thierry Strudel <thierry.strudel@intel.com> | 2014-07-16 00:27:52 -0700 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:59 -0700 |
| commit | 26a110c2a29667599733db5173a751e670b366a5 (patch) | |
| tree | 52bf51f6adde9450b4611b432491747d592fbfff /videocodec/OMXVideoDecoderH263.cpp | |
| parent | d06de36eb079130c029eb590dd56d600266cb7f2 (diff) | |
| download | android_hardware_intel_common_omx-components-26a110c2a29667599733db5173a751e670b366a5.tar.gz android_hardware_intel_common_omx-components-26a110c2a29667599733db5173a751e670b366a5.tar.bz2 android_hardware_intel_common_omx-components-26a110c2a29667599733db5173a751e670b366a5.zip | |
Fix build for AOSP/L
BZ: 209178
Change-Id: I93cb3a3b69662688041ccfac4ebd26d911dc2971
Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
Reviewed-on: https://android.intel.com/218914
Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Diffstat (limited to 'videocodec/OMXVideoDecoderH263.cpp')
| -rw-r--r-- | videocodec/OMXVideoDecoderH263.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderH263.cpp b/videocodec/OMXVideoDecoderH263.cpp index d1c66b1..7cec2ef 100644 --- a/videocodec/OMXVideoDecoderH263.cpp +++ b/videocodec/OMXVideoDecoderH263.cpp @@ -17,7 +17,7 @@ // #define LOG_NDEBUG 0 #define LOG_TAG "OMXVideoDecoder" -#include <utils/Log.h> +#include <wrs_omxil_core/log.h> #include "OMXVideoDecoderH263.h" // Be sure to have an equal string in VideoDecoderHost.cpp (libmix) |
