VirtualBox

Changeset 68946 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 2, 2017 11:04:27 AM (7 years ago)
Author:
vboxsync
Message:

Build fix.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r68944 r68946  
    212212    VIDEORECFEATURES         i_videoCaptureGetEnabled(void);
    213213    bool                     i_videoCaptureStarted(void);
     214# ifdef VBOX_WITH_AUDIO_VIDEOREC
    214215    int                      i_videoCaptureConfigureAudioDriver(const Utf8Str& strAdapter, unsigned uInstance, unsigned uLun, bool fAttach);
     216# endif
    215217    static DECLCALLBACK(int) i_videoCaptureConfigure(Display *pThis, PVIDEORECCFG pCfg, bool fAttachDetach);
    216218    int                      i_videoCaptureSendAudio(const void *pvData, size_t cbData, uint64_t uDurationMs);
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r68944 r68946  
    24172417}
    24182418
     2419#ifdef VBOX_WITH_AUDIO_VIDEOREC
    24192420/**
    24202421 * Configures the video recording audio driver in CFGM.
     
    24902491    return VINF_SUCCESS;
    24912492}
     2493#endif
    24922494
    24932495/**
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