<div>Dear Diyanat,</div>
<div>&nbsp;</div>
<div>This patch only worked for G723.1, any idea why its not working on G729?</div>
<div>I get the same errors while trying to compile G729 as before even after applying the patch against ipp_sample/speech-coding/G729-float/vm/include/sys/vm_types_linux32.h<br>&nbsp;</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>regards,</div>
<div>&nbsp;</div>
<div>Umair Bari<br>&nbsp;</div>
<div><span class="gmail_quote">On 12/1/05, <b class="gmail_sendername">Diyanat Ali</b> &lt;<a href="mailto:diyanat@hotmail.com">diyanat@hotmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">apply the patch against vm_types_linux32.h<br><br><br>cd ipp_sample/speech-coding/G729-float/vm/include/sys
<br>patch -p1 &lt;vm_types_linux32.h.diff<br><br>cd ipp_sample/speech-coding/G723.1/vm/include/sys<br>patch -p1 &lt;vm_types_linux32.h.diff<br><br><br><br><br><br><br>*** vm_types_linux32.h.orig&nbsp;&nbsp;&nbsp;&nbsp; Wed Nov 23 18:05:01 2005
<br>--- vm_types_linux32.h&nbsp;&nbsp;Wed Nov 23 18:06:15 2005<br>***************<br>*** 33,40 ****<br><br>/* vm_event.h */<br>typedef struct {<br>!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pthread_cond_t cond;<br>!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pthread_mutex_t mutex;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int manual;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int state;<br>} vm_event;<br>--- 33,40 ----<br><br>/* vm_event.h */<br>typedef struct {<br>!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_cond_t cond;<br>!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_mutex_t mutex;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int manual;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int state;<br>} vm_event;<br>***************
<br>*** 48,61 ****<br><br>/* vm_mutex.h */<br>typedef struct {<br>!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pthread_mutex_t handle;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int is_valid;<br>} vm_mutex;<br><br>/* vm_semaphore.h */<br>typedef struct {<br>!&nbsp;&nbsp;&nbsp;&nbsp; pthread_cond_t cond;<br>!&nbsp;&nbsp;&nbsp;&nbsp; pthread_mutex_t mutex;
<br>&nbsp;&nbsp;&nbsp;&nbsp; int count;<br>} vm_semaphore;<br><br>--- 48,61 ----<br><br>/* vm_mutex.h */<br>typedef struct {<br>!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_mutex_t handle;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int is_valid;<br>} vm_mutex;<br><br>/* vm_semaphore.h */<br>typedef struct {
<br>!&nbsp;&nbsp;&nbsp;&nbsp; ast_cond_t cond;<br>!&nbsp;&nbsp;&nbsp;&nbsp; ast_mutex_t mutex;<br>&nbsp;&nbsp;&nbsp;&nbsp; int count;<br>} vm_semaphore;<br><br><br><br><br><br><br><br><br>&gt;From: Mik Cheez &lt;<a href="mailto:michael_bulk@wildgate.com">michael_bulk@wildgate.com</a>
&gt;<br>&gt;Reply-To: Asterisk Developers Mailing List &lt;<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>&gt;<br>&gt;To: <a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com
</a><br>&gt;Subject: [Asterisk-Dev] asterisk 1.2&nbsp;&nbsp;g729&nbsp;&nbsp;compile errors<br>&gt;<br>&gt;Would someone send me or post this patch?&nbsp;&nbsp;It isn't included on the list.<br>&gt;<br>&gt;Best regards<br>&gt;_______________________________________________
<br>&gt;--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt;Asterisk-Dev mailing list<br>&gt;To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">
http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br><br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Dev mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br><br><br><br></blockquote></div><br>