Changeset 28328


Ignore:
Timestamp:
04/02/14 20:15:03 (10 years ago)
Author:
obi
Message:

fix externel building

Location:
titan
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • titan/plugins/facebook/facebook.c

    r24056 r28328  
    22#include "../titan/debug.h"
    33#include "../titan/header.h"
    4 #include "../titan/jsmn.h"
     4#include "jsmn.h"
    55#include "facebook.h"
    66
  • titan/plugins/mc/mc.c

    r24089 r28328  
    66extern struct fb* skinfb;
    77
    8 #include "../titan/player.h"
    98#include "mc_header.h"
    109#include "mc_global.h"
  • titan/titan/header.h

    r28186 r28328  
    556556int playergetbufferstatus();
    557557off64_t playergetptspos(unsigned long long fpts, off64_t pos, int dir, int praez, int type, int flag, char* dsn);
     558void playerafterendts();
     559int playerisplayingts();
     560char* playergetinfo(char* tag);
     561int playerstartts(char* file, int flag);
    558562
    559563//filelist.h
Note: See TracChangeset for help on using the changeset viewer.