summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorKeith Mok <kmok@cyngn.com>2015-12-02 14:56:18 -0800
committerKeith Mok <kmok@cyngn.com>2015-12-02 15:01:56 -0800
commit40b5cb7899e824f2304cd9ba0655b0b2207bb01a (patch)
tree40d888dd239fb232747ac40a8f7de42d638e7b39 /include/media
parent53f30099f701ef110ad7f16c4bec0c26eff9457a (diff)
downloadframeworks_av-40b5cb7899e824f2304cd9ba0655b0b2207bb01a.zip
frameworks_av-40b5cb7899e824f2304cd9ba0655b0b2207bb01a.tar.gz
frameworks_av-40b5cb7899e824f2304cd9ba0655b0b2207bb01a.tar.bz2
stagefright: Fix build breaks
Fix build breaks on non QCOM_HARDWARE device Change-Id: I4671fa21cc7836172d356a83381dc80ee6b18f03
Diffstat (limited to 'include/media')
-rw-r--r--include/media/stagefright/FFMPEGSoftCodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/FFMPEGSoftCodec.h b/include/media/stagefright/FFMPEGSoftCodec.h
index 30dafb8..79ea229 100644
--- a/include/media/stagefright/FFMPEGSoftCodec.h
+++ b/include/media/stagefright/FFMPEGSoftCodec.h
@@ -128,9 +128,11 @@ private:
const sp<AMessage> &msg, sp<IOMX> OMXhandle,
IOMX::node_id nodeID);
+#ifdef QCOM_HARDWARE
static status_t setQCDIVXFormat(
const sp<AMessage> &msg, const char* mime,
sp<IOMX> OMXhandle, IOMX::node_id nodeID, int port_index);
+#endif
};