Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218300
Collapse All | Expand All

(-)akode-2.0.2/akode/lib/auto_sink.cpp.gcc43~ (+1 lines)
Lines 18-23 Link Here
18
    Boston, MA 02110-1301, USA.
18
    Boston, MA 02110-1301, USA.
19
*/
19
*/
20
20
21
#include <stdlib.h>
21
#include "audioframe.h"
22
#include "audioframe.h"
22
#include "auto_sink.h"
23
#include "auto_sink.h"
23
24
(-)akode-2.0.2/akode/lib/player.cpp.gcc43~ (+1 lines)
Lines 18-23 Link Here
18
    Boston, MA 02110-1301, USA.
18
    Boston, MA 02110-1301, USA.
19
*/
19
*/
20
20
21
#include <string.h>
21
#include <pthread.h>
22
#include <pthread.h>
22
#include <semaphore.h>
23
#include <semaphore.h>
23
#include <assert.h>
24
#include <assert.h>
(-)akode-2.0.2/akode/lib/magic.cpp.gcc43~ (+1 lines)
Lines 18-23 Link Here
18
    Boston, MA 02110-1301, USA.
18
    Boston, MA 02110-1301, USA.
19
*/
19
*/
20
20
21
#include <string.h>
21
#include "akodelib.h"
22
#include "akodelib.h"
22
#include "magic.h"
23
#include "magic.h"
23
#include "file.h"
24
#include "file.h"
(-)akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43~ (+1 lines)
Lines 18-23 Link Here
18
    Boston, MA 02110-1301, USA.
18
    Boston, MA 02110-1301, USA.
19
*/
19
*/
20
20
21
#include <stdlib.h>
21
#include <iostream>
22
#include <iostream>
22
23
23
#include "../lib/akodelib.h"
24
#include "../lib/akodelib.h"

Return to bug 218300