Changeset 44829 in vbox
- Timestamp:
- Feb 26, 2013 1:16:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r44590 r44829 2401 2401 InsertConfigNode(pInst, "Config", &pCfg); 2402 2402 InsertConfigNode(pInst, "LUN#0", &pLunL0); 2403 # ifdef VBOX_WITH_USB_VIDEO_TEST2404 InsertConfigString(pLunL0, "Driver", "WebcamFileFeeder");2405 InsertConfigNode(pLunL0, "Config", &pCfg);2406 InsertConfigString(pCfg, "DirToFeed", "out");2407 # else2408 2403 InsertConfigString(pLunL0, "Driver", "EmWebcam"); 2409 2404 InsertConfigNode(pLunL0, "Config", &pCfg); 2410 2405 InsertConfigInteger(pCfg, "Object", (uintptr_t)mEmWebcam); 2411 # endif2412 2406 } 2413 2407 #endif
Note:
See TracChangeset
for help on using the changeset viewer.