SUPPORT_AU_VERSION_1
SUPPORT_AU_VERSION_1
- Subject: SUPPORT_AU_VERSION_1
- From: Marc Poirier <email@hidden>
- Date: Wed, 23 Jul 2003 16:13:31 -0500 (CDT)
In AUBase.h, perhaps this:
#ifndef SUPPORT_AU_VERSION_1
#define SUPPORT_AU_VERSION_1 1
#endif
should be this:
#ifndef SUPPORT_AU_VERSION_1
#define SUPPORT_AU_VERSION_1 0
#endif
I thought that supporting v1 was optional and also not something that was
expected of anyone, so that's why I am thinking that the default should be
no support for AU1, but I'm not totally sure...
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.