Changeset 30604


Ignore:
Timestamp:
10/19/14 12:41:25 (9 years ago)
Author:
obi
Message:

fix sh4 building

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r30600 r30604  
    590590}
    591591
     592#ifdef EPLAYER4
    592593typedef struct _CustomData {
    593594  gboolean is_live;
     
    597598
    598599CustomData data;
     600#endif
    599601
    600602//extern player
  • titan/titan/struct.h

    r30593 r30604  
    13021302        int playspeed;
    13031303        int slowspeed;
     1304#ifdef EPLAYER4
    13041305        int bufferpercent;
    13051306        int prefillbuffer;
     
    13071308        gint avgOutRate;
    13081309        gint64 bufferingLeft;
     1310#endif
    13091311        int random;
    13101312        int repeat;
Note: See TracChangeset for help on using the changeset viewer.