Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.0KB

  1. diff --git a/lib-src/portmixer/src/px_win_endpoint.c b/lib-src/portmixer/src/px_win_endpoint.c
  2. index 34c7f30..d742667 100644
  3. --- a/lib-src/portmixer/src/px_win_endpoint.c
  4. +++ b/lib-src/portmixer/src/px_win_endpoint.c
  5. @@ -75,8 +75,6 @@ DEFINE_GUID(CLSID_MMDeviceEnumerator, 0xBCDE0395, 0xE52F, 0x467C,
  6. 0x8E, 0x3D, 0xC4, 0x57, 0x92, 0x91, 0x69, 0x2E);
  7. DEFINE_GUID(IID_IMMDeviceEnumerator, 0xA95664D2, 0x9614, 0x4F35,
  8. 0xA7, 0x46, 0xDE, 0x8D, 0xB6, 0x36, 0x17, 0xE6);
  9. -DEFINE_GUID(IID_IAudioEndpointVolume, 0x5CDF2C82, 0x841E, 0x4546,
  10. - 0x97, 0x22, 0x0C, 0xF7, 0x40, 0x78, 0x22, 0x9A);
  11. #define DRV_RESERVED 0x0800
  12. #define DRV_QUERYFUNCTIONINSTANCEID (DRV_RESERVED + 17)
  13. diff --git a/lib-src/portsmf/allegro.h b/lib-src/portsmf/allegro.h
  14. index d528c73..ad03353 100644
  15. --- a/lib-src/portsmf/allegro.h
  16. +++ b/lib-src/portsmf/allegro.h
  17. @@ -49,6 +49,7 @@
  18. #ifndef ALLEGRO_H
  19. #define ALLEGRO_H
  20. #include <assert.h>
  21. +#include <string.h>
  22. #include <istream>
  23. #include <ostream>