Ignore:
Timestamp:
09/02/16 21:06:44 (7 years ago)
Author:
obi
Message:

fix minitv disable mipselport.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/mipselport.h

    r38447 r38477  
    12361236        int ret = 0;
    12371237
     1238        if(getskinconfigint("minitv", NULL) == 1)
     1239                return 0;
     1240
    12381241        if(node == NULL) return 1;
    12391242        if(flag == 0)  vmpegdev = getconfig("vmpegleftdev", NULL);
Note: See TracChangeset for help on using the changeset viewer.