Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 48111

Summary: Wrong size of LONG/SLONG in libmikmod produces garbage audio
Product: Gentoo Linux Reporter: Tony Bybell <bybell>
Component: New packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tony Bybell 2004-04-16 23:23:27 UTC
include/mikmod.h.in needs its 64-bit arch check change to this:

#if defined(__arch64__) || defined(__alpha) || defined(__x86_64)
/* 64 bit architectures */


Reproducible: Always
Steps to Reproduce:
1. Simply play any mod file
2.
3.

Actual Results:  
Garbage audio at half speed.

Expected Results:  
Played the modfile: it's a word sizing issue.

unnecessary.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-04-20 01:04:33 UTC
srch specific
Comment 2 Jason Huebel (RETIRED) gentoo-dev 2004-05-21 11:57:14 UTC
bumped, patch added and sent upstream...