We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4303

Summary: remove smpeg support completely?
Product: SDL_mixer Reporter: Ozkan Sezer <sezeroz>
Component: miscAssignee: Ozkan Sezer <sezeroz>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: patch to remove smpeg support

Description Ozkan Sezer 2018-10-10 15:28:44 UTC
Created attachment 3359 [details]
patch to remove smpeg support

The smpeg support in current hg needs caring and love, e.g.
SMPEG_Play(void *) should really be SMPEG_Play(void *c, int)
and play_count must be handled somehow.

If noone wants to provide that care & love, I suggest that
we remove smpeg support completely: libmpg123 and libmad are
working fine in its stead.  A patch is attached.

If removal is OK'ed, I can do the same to the 1.2 branch and
port libmpg123 support there easily, too.
Comment 1 Ryan C. Gordon 2018-10-10 17:10:41 UTC
I say do it. Smpeg has been a dead codebase for 15+ years.
Comment 2 Ozkan Sezer 2018-10-10 18:03:11 UTC
default 2.0 branch: https://hg.libsdl.org/SDL_mixer/rev/253f50984a9a

Will do the same to 1.2 branch and port mpg123 support to it soon.
Comment 3 Ozkan Sezer 2018-10-11 08:55:09 UTC
SDL-1.2 branch: https://hg.libsdl.org/SDL_mixer/rev/6c862e733898

Closing.