Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62262 | Differences between
and this patch

Collapse All | Expand All

(-)src.ORIG/bmp-wma.c (-3 / +3 lines)
Lines 26-34 Link Here
26
#include <pthread.h>
26
#include <pthread.h>
27
27
28
#include <bmp/plugin.h>
28
#include <bmp/plugin.h>
29
#include <beep/configfile.h>
29
#include <bmp/configfile.h>
30
#include <beep/util.h>
30
#include <bmp/util.h>
31
#include <beep/titlestring.h>
31
#include <bmp/titlestring.h>
32
32
33
#ifdef HAVE_CONFIG_H
33
#ifdef HAVE_CONFIG_H
34
#include "config.h"
34
#include "config.h"
(-)src.ORIG/iir.h (-1 / +1 lines)
Lines 31-37 Link Here
31
31
32
/* XMMS public headers */
32
/* XMMS public headers */
33
#include <bmp/plugin.h>
33
#include <bmp/plugin.h>
34
#include <beep/util.h>
34
#include <bmp/util.h>
35
35
36
#define EQ_MAX_BANDS 10
36
#define EQ_MAX_BANDS 10
37
/* Number of channels (Stereo) */
37
/* Number of channels (Stereo) */

Return to bug 62262