summaryrefslogtreecommitdiffstats
path: root/recipes/mplayer/mplayer/omapfb_control_arguments.patch
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-12 17:12:28 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-12 23:06:54 +0200
commit67995a2671f08f07a1fb03e52945908c05d2fa5b (patch)
tree52337a8fd915cf875d307c201b00eda631e8db07 /recipes/mplayer/mplayer/omapfb_control_arguments.patch
parent9d7e58705342fe622a233c621609762ddddd3eca (diff)
downloadopenembedded-67995a2671f08f07a1fb03e52945908c05d2fa5b.tar.gz
mplayer_git: fix omapfb patchset and bump PR
omapfb.patch was rebased and added as mplayer-git_omapfb.patch vo_omapfb.c had to be patched due to API change, hence the omapfb_control_arguments.patch Thanks to kergoth(on #oe on Freenode) for help on how to patch a file that is copied only in do_configure_prepend which comes after do_patch The first attempt : file://omapfb_control_arguments.patch;patchdir=${WORKDIR} resulted in a strange behaviour such as: NOTE: Handling BitBake files: \ (0675/7073) [ 9 %]NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating: ${PN}-${EXTENDPE}${PV}-${PR} NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating: ${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF} so I used patchdir=.. as advised: <kergoth> you could try using patchdir=.. Thanks a lot for all the help.
Diffstat (limited to 'recipes/mplayer/mplayer/omapfb_control_arguments.patch')
-rw-r--r--recipes/mplayer/mplayer/omapfb_control_arguments.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mplayer/mplayer/omapfb_control_arguments.patch b/recipes/mplayer/mplayer/omapfb_control_arguments.patch
new file mode 100644
index 0000000000..04351112b0
--- /dev/null
+++ b/recipes/mplayer/mplayer/omapfb_control_arguments.patch
@@ -0,0 +1,13 @@
+Index: mplayer-0.0+1.0rc4+gitr0+d1c686f6a63c31276b0811baf7c78aa6f4c6c6a6-r5/vo_omapfb.c
+===================================================================
+--- mplayer-0.0+1.0rc4+gitr0+d1c686f6a63c31276b0811baf7c78aa6f4c6c6a6-r5.orig/vo_omapfb.c 2010-09-12 22:42:52.589660557 +0200
++++ mplayer-0.0+1.0rc4+gitr0+d1c686f6a63c31276b0811baf7c78aa6f4c6c6a6-r5/vo_omapfb.c 2010-09-12 22:43:01.759065169 +0200
+@@ -556,7 +556,7 @@
+ }
+
+
+-static int control(uint32_t request, void *data, ...)
++static int control(uint32_t request, void *data)
+ {
+ switch (request) {
+ case VOCTRL_QUERY_FORMAT: