Changeset 20633


Ignore:
Timestamp:
03/23/13 16:54:23 (11 years ago)
Author:
nit
Message:

[titan] fix build

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/header.h

    r20510 r20633  
    271271unsigned int cableblindscan(struct stimerthread* timernode, int onlycalc);
    272272unsigned int terrblindscan(struct stimerthread* timernode, int onlycalc);
    273 int findchannel(struct dvbdev* fenode, struct transponder* tpnode, unsigned char *buf, uint8_t* lastsecnr, struct skin* scan, struct skin* listbox, int flag);
     273int findchannel(struct dvbdev* fenode, struct transponder* tpnode, unsigned char *buf, uint8_t* lastsecnr, struct skin* scan, struct skin* listbox, int ichangename, int flag);
    274274void screenscanconfig(int flag);
    275275
  • titan/titan/titan.c

    r20621 r20633  
    562562        ret = setmode3d(getconfig("av_mode3d", NULL));
    563563        ret = setvfdbrightness(getconfigint("vfdbrightness", NULL));
    564         ret = setaudiodelaybitstream(getconfigint("audiodelaybitstream", NULL));
     564        ret = setaudiodelaybitstream(getconfig("audiodelaybitstream", NULL));
    565565        ret = addinetworkall(NULL);
    566566       
Note: See TracChangeset for help on using the changeset viewer.