aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch')
-rw-r--r--recipes-qtopia/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-qtopia/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch b/recipes-qtopia/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch
new file mode 100644
index 0000000..7c00079
--- /dev/null
+++ b/recipes-qtopia/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch
@@ -0,0 +1,20 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- sidplayer/sidplayer.h~use-external-libsidplay 2003-09-26 00:28:31.000000000 +0200
++++ sidplayer/sidplayer.h 2004-02-12 18:16:19.000000000 +0100
+@@ -13,9 +13,9 @@
+
+ #include "tabbeddialog.h"
+
+-#include "libsidplay/src/player.h"
+-#include "libsidplay/src/fformat.h"
+-#include "libsidplay/src/myendian.h"
++#include <player.h>
++#include <fformat.h>
++#include <myendian.h>
+ #include "audiodrv.h"
+
+ #include <qpe/qpeapplication.h>