diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c | |
parent | Upgrade to version 2.4.0. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c deleted file mode 100644 index 16a3f8a69f73..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-Audio-audio.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/VBox/Devices/Audio/audio.c.orig 2009-12-15 14:54:13.000000000 +0900 -+++ src/VBox/Devices/Audio/audio.c 2009-12-15 14:53:54.000000000 +0900 -@@ -73,6 +73,11 @@ - &pulse_audio_driver, - # endif - #endif /* RT_OS_LINUX */ -+#ifdef RT_OS_FREEBSD -+# ifdef VBOX_WITH_PULSE -+ &pulse_audio_driver, -+# endif -+#endif - #ifdef RT_OS_DARWIN - &coreaudio_audio_driver, - #endif |