VirtualBox

Changeset 19002 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 17, 2009 8:04:12 PM (16 years ago)
Author:
vboxsync
Message:

Audio: Add support for FreeBSD

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/audio.c

    r15941 r19002  
    8383#ifdef RT_OS_SOLARIS
    8484    &solaudio_audio_driver,
     85#endif
     86#ifdef RT_OS_FREEBSD
     87    &oss_audio_driver,
    8588#endif
    8689    &no_audio_driver
  • trunk/src/VBox/Devices/Makefile.kmk

    r18902 r19002  
    700700Drivers_SOURCES      := $(filter-out \
    701701        Storage/DrvHost% \
    702         , $(Drivers_SOURCES))
     702        , $(Drivers_SOURCES)) \
     703        Audio/ossaudio.c
    703704Drivers_SOURCES.freebsd =
    704705endif # freebsd
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette