aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libqpe
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-09-29 12:17:11 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-09-29 12:17:11 +0400
commitfe3c6c50f7cec3bd30d7b962a22bd473b9c65c0a (patch)
tree6523c4b10b9493d87b6e6a56720af0de89e69ae7 /recipes/libqpe
parent99797a4769f7d0e4c6ff45d142aea63b321cf35c (diff)
downloadopenembedded-fe3c6c50f7cec3bd30d7b962a22bd473b9c65c0a.tar.gz
libqpe-opie: copy double_name.patch from opie-mediaplayer1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/libqpe')
-rw-r--r--recipes/libqpe/libqpe-opie/double_name.patch11
-rw-r--r--recipes/libqpe/libqpe-opie_1.2.4.bb3
2 files changed, 13 insertions, 1 deletions
diff --git a/recipes/libqpe/libqpe-opie/double_name.patch b/recipes/libqpe/libqpe-opie/double_name.patch
new file mode 100644
index 0000000000..ad0eac2d16
--- /dev/null
+++ b/recipes/libqpe/libqpe-opie/double_name.patch
@@ -0,0 +1,11 @@
+--- library/mediaplayerplugininterface.h 3 Mar 2002 17:13:17 -0000 1.5
++++ library/mediaplayerplugininterface.h 4 Oct 2008 16:45:38 -0000 1.6
+@@ -65,7 +65,7 @@
+ virtual int audioSamples( int stream ) = 0;
+ virtual bool audioSetSample( long sample, int stream ) = 0;
+ virtual long audioGetSample( int stream ) = 0;
+- virtual bool audioReadSamples( short *samples, int channels, long samples, long& samplesRead, int stream ) = 0;
++ virtual bool audioReadSamples( short *output, int channels, long samples, long& samplesRead, int stream ) = 0;
+
+ // If decoder doesn't support video then return 0 here
+ virtual int videoStreams() = 0;
diff --git a/recipes/libqpe/libqpe-opie_1.2.4.bb b/recipes/libqpe/libqpe-opie_1.2.4.bb
index a1373d32d0..7c4e2312a8 100644
--- a/recipes/libqpe/libqpe-opie_1.2.4.bb
+++ b/recipes/libqpe/libqpe-opie_1.2.4.bb
@@ -1,6 +1,6 @@
require ${PN}.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
@@ -9,5 +9,6 @@ SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
file://citytime-path-2.patch \
file://no-include-pro.patch \
file://unhide_lnkproperties_destructor.patch \
+ file://double_name.patch \
"