VirtualBox

Changeset 44829 in vbox


Ignore:
Timestamp:
Feb 26, 2013 1:16:47 PM (12 years ago)
Author:
vboxsync
Message:

ExtPacks\Puel,Main: removed obsolete VBOX_WITH_USB_VIDEO_TEST define and code.

File:
1 edited

Legend:

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

    r44590 r44829  
    24012401                    InsertConfigNode(pInst,    "Config", &pCfg);
    24022402                    InsertConfigNode(pInst,    "LUN#0", &pLunL0);
    2403 # ifdef VBOX_WITH_USB_VIDEO_TEST
    2404                     InsertConfigString(pLunL0, "Driver", "WebcamFileFeeder");
    2405                     InsertConfigNode(pLunL0,   "Config", &pCfg);
    2406                     InsertConfigString(pCfg,   "DirToFeed", "out");
    2407 # else
    24082403                    InsertConfigString(pLunL0, "Driver", "EmWebcam");
    24092404                    InsertConfigNode(pLunL0,   "Config", &pCfg);
    24102405                    InsertConfigInteger(pCfg,  "Object", (uintptr_t)mEmWebcam);
    2411 # endif
    24122406                }
    24132407#endif
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