Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/libs/OpenAL


Ignore:
Timestamp:
Nov 29, 2007, 1:57:16 PM (16 years ago)
Author:
nicolape
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs/OpenAL

    v4 v5  
    2626}}}
    2727
     28This will copy the includes and create the shared and linked versions of the libs (and also pkg.copnfig)
     29
     30For using OpenAL and ALUT, you need to
     31#include <al.h>[[BR]]
     32#include <alc.h>[[BR]]
     33#include <alut.h>[[BR]]
     34
     35and link against at
     36libopenal[[BR]]
     37libalut[[BR]]
     38
    2839== Links ==
    2940[http://www.devmaster.net/articles.php?catID=6 OpenAL Tutorial][[BR]]