Bug#437735: patch incomplete

dann frazier dannf at debian.org
Mon Aug 13 22:20:24 UTC 2007


Ooops - sent those patches prematurely.

The fenix-sound.patch is actually not necessary - something else must
be including SDL_mixer.h. However, you do need to define USE_RWOPS to
use the Mix_LoadMUS_RW() function. From SDL_mixer.h:

  #ifdef USE_RWOPS /* This hasn't been hooked into music.c yet */
  /* Load a music file from an SDL_RWop object (MikMod-specific currently)
     Matt Campbell (matt at campbellhome.dhs.org) April 2000 */
  extern DECLSPEC Mix_Music * SDLCALL Mix_LoadMUS_RW(SDL_RWops *rw);
  #endif

Also, the g_pal.h file added by fenix-pal.patch needs to include a
prototype for pal_get(). My brain saw 4 pal_set() calls in the above
output, but clearly two of them are pal_get() calls.

-- 
dann frazier





More information about the Pkg-games-devel mailing list