summarylogtreecommitdiffstats
path: root/libomxmad_64bit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libomxmad_64bit.patch')
-rw-r--r--libomxmad_64bit.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/libomxmad_64bit.patch b/libomxmad_64bit.patch
new file mode 100644
index 000000000000..0dd5c7e1ad6b
--- /dev/null
+++ b/libomxmad_64bit.patch
@@ -0,0 +1,17 @@
+proper memory address printf
+
+Wilken 'Akiko' Gottwalt <akiko@mailbox.org>
+
+--- src/omx_maddec_component.c.orig 2015-11-27 11:35:13.591909600 +0100
++++ src/omx_maddec_component.c 2015-11-27 11:35:32.438400973 +0100
+@@ -86,8 +86,8 @@
+ return OMX_ErrorInsufficientResources;
+ }
+ } else {
+- DEBUG(DEB_LEV_FUNCTION_NAME, "In %s, Error Component %x Already Allocated\n",
+- __func__, (int)openmaxStandComp->pComponentPrivate);
++ DEBUG(DEB_LEV_FUNCTION_NAME, "In %s, Error Component %p Already Allocated\n",
++ __func__, openmaxStandComp->pComponentPrivate);
+ }
+
+ omx_maddec_component_Private = openmaxStandComp->pComponentPrivate;