Changeset 193:ce62e330a677 in mediastreamer2 for linphone/console/linphonec.c
- Timestamp:
- Dec 5, 2008 2:56:56 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/console/linphonec.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/console/linphonec.c
r174 r193 116 116 static bool_t vcap_enabled=FALSE; 117 117 static bool_t display_enabled=FALSE; 118 static bool_t preview_enabled=FALSE; 118 119 static bool_t show_general_state=FALSE; 119 120 LPC_AUTH_STACK auth_stack; … … 480 481 NULL); 481 482 linphone_core_enable_video(&linphonec,vcap_enabled,display_enabled); 482 if (!(vcap_enabled || display_enabled)) printf("Warning: video is disabled in linphonec.\n"); 483 linphone_core_enable_video_preview(&linphonec,preview_enabled); 484 if (!(vcap_enabled || display_enabled)) printf("Warning: video is disabled in linphonec, use -V or -C or -D to enable.\n"); 483 485 #ifdef HAVE_READLINE 484 486 /* … … 861 863 display_enabled = TRUE; 862 864 vcap_enabled = TRUE; 865 preview_enabled=TRUE; 863 866 } 864 867 else if ((strncmp ("-v", argv[arg_num], 2) == 0)
Note: See TracChangeset
for help on using the changeset viewer.
