Commit 609fe63c authored by Guido van Rossum's avatar Guido van Rossum

Added module 'al' (SGI audio library).

parent 3672d881
......@@ -88,6 +88,9 @@ extern void initmarshal();
#ifdef USE_AUDIO
extern void initaudio();
#endif
#ifdef USE_AL
extern void inital();
#endif
#ifdef USE_AMOEBA
extern void initamoeba();
#endif
......@@ -132,6 +135,10 @@ struct {
{"audio", initaudio},
#endif
#ifdef USE_AL
{"al", inital},
#endif
#ifdef USE_AMOEBA
{"amoeba", initamoeba},
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment