[PATCH V3 2/2] xactengine3_7: Implement IXACT3Engine interface.
Based on patch from Ethan Lee. Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Hi Vijay, Using a PARENTSRC for this isn't going to work, when you attempt to add the other xactengine3_* dlls. This will require multiple PARENTSRC which I'm not sure is even supported. Since you only need three functions from xaudio_allocator.c, just copy them into xact_dll.c. It's unlikely they will change and will allow you to remove "#include "xaudio_private.h" and the PARENTSRC. Regards Alistair
On Wed, Jul 8, 2020 at 3:01 AM Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
Hi Vijay,
Using a PARENTSRC for this isn't going to work, when you attempt to add the other xactengine3_* dlls. This will require multiple PARENTSRC which I'm not sure is even supported.
Since you only need three functions from xaudio_allocator.c, just copy them into xact_dll.c. It's unlikely they will change and will allow you to remove "#include "xaudio_private.h" and the PARENTSRC.
Ok, made the related changes and sent in a new version.
Regards Alistair Thanks, Vijay
participants (2)
-
Alistair Leslie-Hughes -
Vijay Kiran Kamuju