aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-support-lib-patches
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-01 14:43:54 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-01 21:53:30 +0000
commite1a591fc746b6d32b68a48b5d80846677ca0fffb (patch)
tree84efa14cb81143d4e345fc9fa34199c41b6c4683 /macosx-support-lib-patches
parent8f555e43351517f1eb51f04a960936c9fef9a02a (diff)
Get rid of no-longer-needed patches to PortAudio.
The version of PortAudio we now specify has both of those problems fixed. Change-Id: I7364a5dfac1aac4799347a88f3e89fcb52f57d32 Reviewed-on: https://code.wireshark.org/review/23356 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'macosx-support-lib-patches')
-rw-r--r--macosx-support-lib-patches/portaudio-pa_mac_core.c.patch11
-rw-r--r--macosx-support-lib-patches/portaudio-pa_mac_core.h.patch11
2 files changed, 0 insertions, 22 deletions
diff --git a/macosx-support-lib-patches/portaudio-pa_mac_core.c.patch b/macosx-support-lib-patches/portaudio-pa_mac_core.c.patch
deleted file mode 100644
index 26354ee056..0000000000
--- a/macosx-support-lib-patches/portaudio-pa_mac_core.c.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- macosx-support-libs/portaudio/src/hostapi/coreaudio/pa_mac_core.c.dist 2011-10-20 02:40:12.000000000 -0700
-+++ macosx-support-libs/portaudio/src/hostapi/coreaudio/pa_mac_core.c 2013-06-27 03:13:57.000000000 -0700
-@@ -629,7 +629,7 @@
-
- VVDBUG(("InitializeDeviceInfo(): macCoreDeviceId=%ld\n", macCoreDeviceId));
-
-- memset(deviceInfo, 0, sizeof(deviceInfo));
-+ memset(deviceInfo, 0, sizeof(*deviceInfo));
-
- deviceInfo->structVersion = 2;
- deviceInfo->hostApi = hostApiIndex;
diff --git a/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch b/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
deleted file mode 100644
index 9641fe02f2..0000000000
--- a/macosx-support-lib-patches/portaudio-pa_mac_core.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/pa_mac_core.h.dist 2011-07-09 08:01:52.000000000 -0700
-+++ include/pa_mac_core.h 2012-08-11 12:14:25.000000000 -0700
-@@ -46,7 +46,7 @@
- #include "portaudio.h"
-
- #include <AudioUnit/AudioUnit.h>
--//#include <AudioToolbox/AudioToolbox.h>
-+#include <AudioToolbox/AudioToolbox.h>
-
- #ifdef __cplusplus
- extern "C" {