VirtualBox

忽略:
時間撮記:
2015-1-15 下午04:15:21 (10 年 以前)
作者:
vboxsync
訊息:

PDM/Audio: Build fix; forgot some files.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r53815 r53831  
    26882688                case AudioDriverType_WinMM:
    26892689                {
    2690 #ifdef VBOX_WITH_PDM_AUDIO_DRIVER
     2690#  ifdef VBOX_WITH_PDM_AUDIO_DRIVER
    26912691                    #error "Port WinMM audio backend!" /** @todo Still needed? */
    2692 #else
     2692#  else
    26932693                    InsertConfigString(pCfg, "AudioDriver", "winmm");
    2694 #endif
     2694#  endif
    26952695                    break;
    26962696                }
     
    27092709                case AudioDriverType_SolAudio:
    27102710                {
    2711 #ifdef VBOX_WITH_PDM_AUDIO_DRIVER
    2712                     #error "Port Solaris audio backend!" /** @todo Port Solaris driver. */
    2713 #else
     2711# ifdef VBOX_WITH_PDM_AUDIO_DRIVER
     2712                    /** @todo Hack alert: Find a better solution. */
     2713                    LogRel(("Audio: WARNING: Solaris Audio is deprecated, please switch to OSS!\n"));
     2714                    LogRel(("Audio: Automatically setting host audio backend to OSS\n"));
     2715                    /* Manually set backend to OSS for now. */
     2716                    InsertConfigString(pLunL1, "Driver", "OSSAudio");
     2717# else
    27142718                    InsertConfigString(pCfg, "AudioDriver", "solaudio");
    2715 #endif
     2719# endif
    27162720                    break;
    27172721                }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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