VirtualBox

Changeset 68431 in vbox


Ignore:
Timestamp:
Aug 16, 2017 8:51:29 AM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r68430 r68431  
    902902        if (fHasVideoTrack)
    903903            RTStrCat(szWhat, sizeof(szWhat), "video");
     904#ifdef VBOX_WITH_AUDIO_VIDEOREC
    904905        if (fHasAudioTrack)
    905906        {
     
    908909            RTStrCat(szWhat, sizeof(szWhat), "audio");
    909910        }
    910 
     911#endif
    911912        LogRel(("Recording %s to '%s'\n", szWhat, pszFile));
    912913    }
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