[vlc-devel] [PATCH 18/21] Add a stub implementation of another IOMX callback function

Martin Storsjö martin at martin.st
Mon Sep 5 14:31:22 CEST 2011


On newer qualcomm builds, this is required, accompanied by
patching the IOMX headers with
http://albin.abo.fi/~mstorsjo/0001-Add-interface-changes-from-Stagefright-Memcpy-optimi.patch
which is a simplified version of the header parts of
https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=commit;h=052368f194c9fc180b9b0335b60114a2f1fb88d8
---
 modules/codec/omxil/omxil.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/codec/omxil/omxil.cpp b/modules/codec/omxil/omxil.cpp
index 85e76b3..b228824 100644
--- a/modules/codec/omxil/omxil.cpp
+++ b/modules/codec/omxil/omxil.cpp
@@ -129,6 +129,8 @@ public:
             break;
         }
     }
+    void registerBuffers(const sp<IMemoryHeap> &mem) {
+    }
 private:
     decoder_t *p_dec;
 };
-- 
1.7.2.5




More information about the vlc-devel mailing list