Title: Samsung Enterprise Portal mySingle

Hello,

I fail to compile 2014.07.04 version on my PC, visual studio 2013.

I got these error.

 

d:\lab\thirdparty\live.2014.07.04\livemedia\include\MPEG2TransportStreamMultiplexor.hh(43) : error C2061: syntax error : identifier 'int16_t'
d:\lab\thirdparty\live.2014.07.04\livemedia\include\MPEG2TransportStreamFromESSource.hh(33) : error C2061: syntax error : identifier 'int16_t'
d:\lab\thirdparty\live.2014.07.04\livemedia\include\MPEG2TransportStreamFromESSource.hh(35) : error C2061: syntax error : identifier 'int16_t'
d:\lab\thirdparty\live.2014.07.04\livemedia\include\MPEG2TransportStreamFromESSource.hh(46) : error C2061: syntax error : identifier 'int16_t'

 

 

Maybe you should add following typedef for int16_t.

/* Definitions of size-specific types: */
typedef short int16_t;

 

Regards,

 

 

 

 

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to