summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.21/mythmusic/mythmusic-0.21.patch
diff options
context:
space:
mode:
authorUnconfigured <Unconfigured>2009-12-02 21:05:47 (GMT)
committerUnconfigured <Unconfigured>2009-12-02 21:05:47 (GMT)
commitaba971358e17369759ce6fda54870c1496c065e9 (patch)
tree3790afaf7b143ff0b055b6e3758ad7ac01202b97 /abs/core-testing/mythtv/stable-0.21/mythmusic/mythmusic-0.21.patch
parent5f484fb1104f638b319ba57e360b25e9445d8291 (diff)
downloadlinhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.zip
linhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.tar.gz
linhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.tar.bz2
mythtv: stable directory renamed to stable-0.21
Diffstat (limited to 'abs/core-testing/mythtv/stable-0.21/mythmusic/mythmusic-0.21.patch')
-rw-r--r--abs/core-testing/mythtv/stable-0.21/mythmusic/mythmusic-0.21.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable-0.21/mythmusic/mythmusic-0.21.patch b/abs/core-testing/mythtv/stable-0.21/mythmusic/mythmusic-0.21.patch
new file mode 100644
index 0000000..f3fa930
--- /dev/null
+++ b/abs/core-testing/mythtv/stable-0.21/mythmusic/mythmusic-0.21.patch
@@ -0,0 +1,22 @@
+diff -ur mythplugins-0.21.old/mythmusic/mythmusic/aacdecoder.cpp mythplugins-0.21/mythmusic/mythmusic/aacdecoder.cpp
+--- mythplugins-0.21.old/mythmusic/mythmusic/aacdecoder.cpp 2007-08-25 17:49:44.000000000 +0200
++++ mythplugins-0.21/mythmusic/mythmusic/aacdecoder.cpp 2008-03-27 00:16:38.000000000 +0100
+@@ -19,6 +19,7 @@
+ #include <qobject.h>
+ #include <qiodevice.h>
+ #include <qfile.h>
++#include <stdlib.h>
+
+ #include "aacdecoder.h"
+ #include "constants.h"
+diff -ur mythplugins-0.21.old/mythmusic/mythmusic/metaiomp4.cpp mythplugins-0.21/mythmusic/mythmusic/metaiomp4.cpp
+--- mythplugins-0.21.old/mythmusic/mythmusic/metaiomp4.cpp 2006-08-22 04:06:03.000000000 +0200
++++ mythplugins-0.21/mythmusic/mythmusic/metaiomp4.cpp 2008-03-27 00:17:05.000000000 +0100
+@@ -3,6 +3,7 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <sys/types.h>
++#include <stdlib.h>
+
+ using namespace std;
+