diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch')
-rw-r--r-- | packages/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch b/packages/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch index e69de29bb2..7c00079299 100644 --- a/packages/sidplayer/sidplayer-1.5.0/use-external-libsidplay.patch +++ b/packages/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> |