C.Y.M wrote:
Streamdev-CVS: client/filter.c remux/ts2ps.c remux/ts2es.c
I did not have problems with ts2ps.c and ts2es.c. You might want to check those two files again. Attached are patches for all the plugins I had to fix.. Im sure there are more.
remux/ts2es.c: In member function `int cTS2ESRemux::Put(const uchar*, int)': remux/ts2es.c:97: error: `TS_SYNC_BYTE' undeclared (first use this function) remux/ts2ps.c: In member function `int cTS2PSRemux::Put(const uchar*, int)': remux/ts2ps.c:111: error: `TS_SYNC_BYTE' undeclared (first use this function)
TS_SYNC_BYTE is declared in device.h. Maybe some patch or driver also declares it for you.
Cheers,
Udo