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

Collapse All | Expand All

(-)SDL_mixer-1.2.6/music.c.orig (-1 / +1 lines)
Lines 392-398 Link Here
392
#ifdef LIBMIKMOD_MUSIC
392
#ifdef LIBMIKMOD_MUSIC
393
	if(!MikMod_InfoDriver())
393
	if(!MikMod_InfoDriver())
394
#endif
394
#endif
395
	MikMod_RegisterAllDrivers();
395
	MikMod_RegisterDriver(&drv_nos);
396
#ifdef LIBMIKMOD_MUSIC
396
#ifdef LIBMIKMOD_MUSIC
397
	if(!MikMod_InfoLoader())
397
	if(!MikMod_InfoLoader())
398
#endif
398
#endif

Return to bug 99590