HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #483

Ticket #483: openal-1.12-git.patch

File openal-1.12-git.patch, 531 bytes (added by yeputons, 5 years ago)
  • OpenAL32/Include/alMain.h

    diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
    index 4e0d03d..fd69b2a 100644
    a b void SetDefaultWFXChannelOrder(ALCdevice *device); 
    490490 
    491491void al_print(const char *fname, unsigned int line, const char *fmt, ...) 
    492492             PRINTF_STYLE(3,4); 
     493#if __GNUC__ >= 3 
    493494#define AL_PRINT(...) al_print(__FILE__, __LINE__, __VA_ARGS__) 
     495#else 
     496#define AL_PRINT(args...) al_print(__FILE__, __LINE__, ##args) 
     497#endif 
    494498 
    495499#ifdef __cplusplus 
    496500} 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/