VirtualBox

Ignore:
Timestamp:
Jan 6, 2017 9:56:08 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112674
Message:

VideoRec: Register audio driver for video recording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp

    r61157 r65171  
    66
    77/*
    8  * Copyright (C) 2006-2016 Oracle Corporation
     8 * Copyright (C) 2006-2017 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2727#ifdef VBOX_WITH_VRDE_AUDIO
    2828# include "DrvAudioVRDE.h"
     29#endif
     30#ifdef VBOX_WITH_AUDIO_VIDEOREC
     31# include "DrvAudioVideoRec.h"
    2932#endif
    3033#include "Nvram.h"
     
    7578        return rc;
    7679#endif
     80#ifdef VBOX_WITH_AUDIO_VIDEOREC
     81    rc = pCallbacks->pfnRegister(pCallbacks, &AudioVideoRec::DrvReg);
     82    if (RT_FAILURE(rc))
     83        return rc;
     84#endif
    7785    rc = pCallbacks->pfnRegister(pCallbacks, &Nvram::DrvReg);
    7886    if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

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