Changeset 41355 for titan/titan/global.h


Ignore:
Timestamp:
12/06/17 19:54:38 (5 years ago)
Author:
gost
Message:

[titan] DTV_ENUM_DELSYSDTV_ENUM_DELSYS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r41054 r41355  
    65476547#endif
    65486548
     6549#if defined DTV_ENUM_DELSYS
     6550        if(file_exist(getconfig("tempnim", NULL)) == 1)
     6551                hypridtunerchoices = getconfig("tempnim", NULL);       
     6552        else
     6553#endif
    65496554
    65506555        hypridtunerchoices = getconfig("hypridtunerchoices", NULL);
     
    66106615#endif
    66116616
    6612         hypridtunerchoices = getconfig("hypridtunerchoices", NULL);
     6617#if defined DTV_ENUM_DELSYS
     6618        if(file_exist(getconfig("tempnim", NULL)) == 1)
     6619                hypridtunerchoices = getconfig("tempnim", NULL);       
     6620        else
     6621#endif
     6622       
     6623                hypridtunerchoices = getconfig("hypridtunerchoices", NULL);
    66136624
    66146625        if(hypridtunerchoices == NULL)
     
    66866697#ifdef MIPSEL
    66876698        char* hypridtunerchoices = NULL, *tmpstr = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *start = NULL;
     6699       
     6700#if defined DTV_ENUM_DELSYS
     6701        if(file_exist(getconfig("tempnim", NULL)) == 1)
     6702                hypridtunerchoices = getconfig("tempnim", NULL);       
     6703        else
     6704#endif
    66886705
    66896706        hypridtunerchoices = getconfig("hypridtunerchoices", NULL);
     
    67476764        }
    67486765       
    6749         if(fechangetype(tuner, value) == 0)
     6766        if(fechangetype(tuner, value) == 1)
    67506767        {
    67516768                if(getconfigint("need_delivery_system_workaround" , NULL) == 1)
     
    67666783                else
    67676784                        printf("Hinweis -> hypridtuner workaround NOT active\n");
    6768         }
    6769        
    6770         addconfig(tmpstr, value);
     6785                       
     6786                addconfig(tmpstr, value);
     6787        }
    67716788        free(tmpstr), tmpstr = NULL;
    67726789
     
    69206937{
    69216938        char* hypridtunerchoices = NULL, *value = NULL, *tmpstr = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *start = NULL;
     6939
     6940#if defined DTV_ENUM_DELSYS
     6941        if(file_exist(getconfig("tempnim", NULL)) == 1)
     6942                hypridtunerchoices = getconfig("tempnim", NULL);       
     6943        else
     6944#endif
    69226945
    69236946        hypridtunerchoices = getconfig("hypridtunerchoices", NULL);
Note: See TracChangeset for help on using the changeset viewer.