diff options
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-AudioAdapterImpl.cpp')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-AudioAdapterImpl.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-AudioAdapterImpl.cpp b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-AudioAdapterImpl.cpp deleted file mode 100644 index f47f49c97b0e..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-AudioAdapterImpl.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/VBox/Main/AudioAdapterImpl.cpp.orig 2009-12-15 14:45:08.000000000 +0900 -+++ src/VBox/Main/AudioAdapterImpl.cpp 2009-12-15 14:45:42.000000000 +0900 -@@ -261,6 +261,11 @@ - #if defined (RT_OS_LINUX) || defined (RT_OS_FREEBSD) || defined(VBOX_WITH_SOLARIS_OSS) - case AudioDriverType_OSS: - #endif -+#ifdef RT_OS_FREEBSD -+# ifdef VBOX_WITH_PULSE -+ case AudioDriverType_Pulse: -+# endif -+#endif - #ifdef RT_OS_DARWIN - case AudioDriverType_CoreAudio: - #endif |