]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/sidplayer/sidplayer-1.5.0/gcc34.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / sidplayer / sidplayer-1.5.0 / gcc34.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- sidplayer/sidplayer.h~gcc34.patch   2004-05-16 20:54:24.000000000 +0200
7 +++ sidplayer/sidplayer.h       2004-05-16 20:54:24.000000000 +0200
8 @@ -36,7 +36,7 @@
9  
10  #define SHUTDOWN_TIMER_TIMEOUT 10 // 2 would probably be also long enough
11  
12 -
13 +static bool evenFlag = 0;
14  extern bool sidEmuFastForwardReplay( int );
15  
16  
17 --- sidplayer/sidplayer_list.cpp~gcc34.patch    2004-05-16 20:54:24.000000000 +0200
18 +++ sidplayer/sidplayer_list.cpp        2004-05-16 20:55:40.000000000 +0200
19 @@ -23,9 +23,6 @@
20  #include <qpe/config.h>
21  
22  
23 -static bool evenFlag; // This global flag is used to toggle between even and odd list entries
24 -                      // when generating list items (i.e. when populating a list).
25 -
26  PlaylistItem::PlaylistItem( QListView *parent, QListViewItem *after, const QFileInfo &fi,
27                              const QString &name,
28                              const QString &author,
29 --- sidplayer/sidplayer_file.cpp~gcc34.patch    2004-05-16 20:54:24.000000000 +0200
30 +++ sidplayer/sidplayer_file.cpp        2004-05-16 20:56:01.000000000 +0200
31 @@ -24,9 +24,6 @@
32  #endif
33  
34  
35 -static bool evenFlag; // This global flag is used to toggle between even and odd list entries
36 -                      // when generating list items (i.e. when populating a list).
37 -
38  FileItem::FileItem( QListView *parent, const QFileInfo &fi, int type )
39      : ItemBase( parent ),
40        fileInfo( fi )