Changeset 32839


Ignore:
Timestamp:
02/03/15 20:32:18 (8 years ago)
Author:
obi
Message:

mipsel add policy2 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32805 r32839  
    39383938        if(!ostrncmp("16:9", aspect, 4))
    39393939        {
     3940                policydev = getconfig("policy2dev", NULL);
    39403941                if(!ostrncmp("letterbox", value, 9))
    39413942                        value = string_replace("letterbox", "panscan", value, 1);                       
     
    39723973                if(!ostrncmp("16:9", aspect, 4))
    39733974                {
     3975                        policydev = getconfig("policy2dev", NULL);
    39743976                        if(!ostrncmp("letterbox", tmpstr, 9))
    39753977                                tmpstr = string_replace("letterbox", "panscan", tmpstr, 1);                     
Note: See TracChangeset for help on using the changeset viewer.