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

(-)sox-14.3.1.orig/src/mp3.c (-2 / +4 lines)
Lines 56-63 Link Here
56
 * Sidestep the issue by defining our own mad_timer_zero. This is needed because
56
 * Sidestep the issue by defining our own mad_timer_zero. This is needed because
57
 * mad_timer_zero is used in some of the mad.h macros.
57
 * mad_timer_zero is used in some of the mad.h macros.
58
 */
58
 */
59
#define mad_timer_zero mad_timer_zero_stub
59
#ifdef DL_MAD
60
static mad_timer_t const mad_timer_zero_stub = {0, 0};
60
  #define mad_timer_zero mad_timer_zero_stub
61
  static mad_timer_t const mad_timer_zero_stub = {0, 0};
62
#endif
61
63
62
#define MAXFRAMESIZE 2880
64
#define MAXFRAMESIZE 2880
63
#define ID3PADDING 128
65
#define ID3PADDING 128

Return to bug 317595