Changeset 19002 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 17, 2009 8:04:12 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/audio.c
r15941 r19002 83 83 #ifdef RT_OS_SOLARIS 84 84 &solaudio_audio_driver, 85 #endif 86 #ifdef RT_OS_FREEBSD 87 &oss_audio_driver, 85 88 #endif 86 89 &no_audio_driver -
trunk/src/VBox/Devices/Makefile.kmk
r18902 r19002 700 700 Drivers_SOURCES := $(filter-out \ 701 701 Storage/DrvHost% \ 702 , $(Drivers_SOURCES)) 702 , $(Drivers_SOURCES)) \ 703 Audio/ossaudio.c 703 704 Drivers_SOURCES.freebsd = 704 705 endif # freebsd
Note:
See TracChangeset
for help on using the changeset viewer.