<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Problems with streaming live h264
video o</title></head><body>
<blockquote type="cite" cite><font size="-1">I ran into some strange
timer manipulation problem while doing porting for TI NDK and had to
make following change.</font><br>
<br>
<font size="-1">#ifdef TIME_BASE</font><br>
<font size="-1">typedef TIME_BASE time_base_seconds;</font><br>
<font size="-1">#else</font><br>
<font size="-1" color="#FF0000"><b>typedef int
time_base_seconds;</b></font><br>
<font size="-1">#endif</font></blockquote>
<div><br></div>
<div>Instead of changing the code, you should just define TIME_BASE,
by adding</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>-DTIME_BASE=int</div>
<div>to the compile line in your &quot;config.*&quot; file.&nbsp; That
way, things will continue to work whenever you upgrade the code to a
new version.</div>
<div><br></div>
<div>Whenever possible, you should try to avoid modifying the supplied
code.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>