Changeset 40739
- Timestamp:
- 08/10/17 21:12:48 (6 years ago)
- Location:
- titan/titan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r40575 r40739 1111 1111 } 1112 1112 // pip atemio7600 ?? 1113 if((rcret == getrcconfigint("rcpip", NULL) || rcret == getrcconfigint("rcpiprec", NULL)) && (checkchipset("BCM7424") == 1 || checkbox("ATEMIO6200") == 1 || checkbox("UFS922") == 1 || checkbox("UFS913") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1)) 1113 //if((rcret == getrcconfigint("rcpip", NULL) || rcret == getrcconfigint("rcpiprec", NULL)) && (checkchipset("BCM7424") == 1 || checkbox("ATEMIO6200") == 1 || checkbox("UFS922") == 1 || checkbox("UFS913") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1)) 1114 if((rcret == getrcconfigint("rcpip", NULL) || rcret == getrcconfigint("rcpiprec", NULL)) && status.videodevs > 1) 1114 1115 { 1115 1116 if(status.pipservice->videodev == NULL) -
titan/titan/struct.h
r40705 r40739 1661 1661 // frontdev filedescriptor 1662 1662 int fdrc1; 1663 // Anzah VideoDevs 1664 int videodevs; 1663 1665 } status; 1664 1666 -
titan/titan/titan.c
r40630 r40739 884 884 goto starterror; 885 885 } 886 if(videogetdev() < 1) 886 status.videodevs = videogetdev(); 887 if(status.videodevs < 1) 887 888 { 888 889 tmpstr = ostrcat(tmpstr, _("Error: no video device found !!"), 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.