Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4983 in orxonox.OLD for orxonox/trunk/src/defs/alincl.h


Ignore:
Timestamp:
Aug 11, 2005, 2:50:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new openAL is out, and it does not have alu.h anymore…
why we do not know, but here is the patch for the newest Version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/alincl.h

    r4959 r4983  
    99#define _ALINCL_H
    1010
    11 #ifndef __APPLE__
     11#ifdef __APPLE__
     12#include <OpenAL/al.h>
     13#include <OpenAL/alc.h>
     14#include <OpenAL/alut.h>
     15#else
    1216#include <AL/al.h>
    13 #include <AL/alu.h>
    1417#include <AL/alc.h>
    1518#include <AL/alut.h>
    16 #else
    17 #include <OpenAL/al.h>
    18 #include <OpenAL/alc.h>
    19 #include <OpenAL/alu.h>
    20 #include <OpenAL/alut.h>
    2119#endif
    2220
Note: See TracChangeset for help on using the changeset viewer.