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 791
Collapse All | Expand All

(-)akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43 (+1 lines)
Lines 25-30 Link Here
25
#include "../lib/sink.h"
25
#include "../lib/sink.h"
26
#include "../lib/decoder.h"
26
#include "../lib/decoder.h"
27
27
28
#include <stdlib.h>
28
#ifdef HAVE_GNU_GETOPT
29
#ifdef HAVE_GNU_GETOPT
29
  #include <getopt.h>
30
  #include <getopt.h>
30
#else
31
#else
(-)akode-2.0.2/akode/lib/player.cpp.gcc43 (+1 lines)
Lines 21-26 Link Here
21
#include <pthread.h>
21
#include <pthread.h>
22
#include <semaphore.h>
22
#include <semaphore.h>
23
#include <assert.h>
23
#include <assert.h>
24
#include <string.h>
24
25
25
#include "audioframe.h"
26
#include "audioframe.h"
26
#include "audiobuffer.h"
27
#include "audiobuffer.h"
(-)akode-2.0.2/akode/lib/magic.cpp.gcc43 (+2 lines)
Lines 21-26 Link Here
21
#include "akodelib.h"
21
#include "akodelib.h"
22
#include "magic.h"
22
#include "magic.h"
23
#include "file.h"
23
#include "file.h"
24
#include <stdlib.h>
25
#include <string.h>
24
#include <iostream>
26
#include <iostream>
25
using std::cerr;
27
using std::cerr;
26
28
(-)akode-2.0.2/akode/lib/auto_sink.cpp.gcc43 (+1 lines)
Lines 21-26 Link Here
21
#include "audioframe.h"
21
#include "audioframe.h"
22
#include "auto_sink.h"
22
#include "auto_sink.h"
23
23
24
#include <stdlib.h>
24
#include <iostream>
25
#include <iostream>
25
26
26
namespace aKode {
27
namespace aKode {

Return to bug 791