Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48111 - Wrong size of LONG/SLONG in libmikmod produces garbage audio
Summary: Wrong size of LONG/SLONG in libmikmod produces garbage audio
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 23:23 UTC by Tony Bybell
Modified: 2004-05-21 11:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...