By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 984
Collapse All | Expand All

(-)amarok-1.4.8/amarok/src/metadata/mp4/mp4file.cpp.gcc43 (+1 lines)
Lines 30-35 email : aumuell@reserv.at Link Here
30
#include <audioproperties.h>
30
#include <audioproperties.h>
31
31
32
#include <stdint.h>
32
#include <stdint.h>
33
#include <cstdlib>
33
34
34
#define MP4V2_HAS_WRITE_BUG 1
35
#define MP4V2_HAS_WRITE_BUG 1
35
36
(-)amarok-1.4.8/amarok/src/metadata/mp4/taglib_mp4filetyperesolver.cpp.gcc43 (+1 lines)
Lines 24-29 Link Here
24
24
25
#include "taglib_mp4filetyperesolver.h"
25
#include "taglib_mp4filetyperesolver.h"
26
#include "mp4file.h"
26
#include "mp4file.h"
27
#include <cstring>
27
28
28
TagLib::File *MP4FileTypeResolver::createFile(const char *fileName,
29
TagLib::File *MP4FileTypeResolver::createFile(const char *fileName,
29
        bool readProperties,
30
        bool readProperties,
(-)amarok-1.4.8/amarok/src/metadata/mp4/mp4tag.cpp.gcc43 (+2 lines)
Lines 24-29 email : andrew.leadbetter Link Here
24
24
25
#include <tag.h>
25
#include <tag.h>
26
#include <stdint.h>
26
#include <stdint.h>
27
#include <cstdlib>
28
#include <cstring>
27
29
28
using namespace TagLib;
30
using namespace TagLib;
29
31
(-)amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp.gcc43 (+1 lines)
Lines 30-35 email : andrew.leadbetter Link Here
30
#endif
30
#endif
31
31
32
#include <stdint.h>
32
#include <stdint.h>
33
#include <cstring>
33
34
34
#ifndef UINT64_TO_DOUBLE
35
#ifndef UINT64_TO_DOUBLE
35
#define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a)))
36
#define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a)))
(-)amarok-1.4.8/amarok/src/engine/helix/hxplayercontrol.cpp.gcc43 (+2 lines)
Lines 15-20 Link Here
15
 the alsa guys
15
 the alsa guys
16
 ***************************************************************************/
16
 ***************************************************************************/
17
17
18
#include <cstdlib>
19
#include <cstring>
18
#include <sys/time.h>
20
#include <sys/time.h>
19
#include <sys/types.h>
21
#include <sys/types.h>
20
#include <sys/wait.h>
22
#include <sys/wait.h>
(-)amarok-1.4.8/amarok/src/engine/helix/helix-sp/helix-sp.h.gcc43 (+1 lines)
Lines 23-28 class HelixSimplePlayerAudioStreamInfoRe Link Here
23
#include <limits.h>
23
#include <limits.h>
24
#include <sys/param.h>
24
#include <sys/param.h>
25
#include <pthread.h>
25
#include <pthread.h>
26
#include <cstring>
26
#include <vector>
27
#include <vector>
27
#include <config.h>
28
#include <config.h>
28
#include <iostream>
29
#include <iostream>
(-)amarok-1.4.8/amarok/src/engine/helix/helix-engine.cpp.gcc43 (+1 lines)
Lines 15-20 Link Here
15
#include <climits>
15
#include <climits>
16
#include <cmath>
16
#include <cmath>
17
#include <stdarg.h>
17
#include <stdarg.h>
18
#include <cstring>
18
19
19
#include <config.h>
20
#include <config.h>
20
21

Return to bug 984