<div>Dear Diyanat,</div>
<div> </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> </div>
<div>Thanks in advance.</div>
<div> </div>
<div>regards,</div>
<div> </div>
<div>Umair Bari<br> </div>
<div><span class="gmail_quote">On 12/1/05, <b class="gmail_sendername">Diyanat Ali</b> <<a href="mailto:diyanat@hotmail.com">diyanat@hotmail.com</a>> 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 <vm_types_linux32.h.diff<br><br>cd ipp_sample/speech-coding/G723.1/vm/include/sys<br>patch -p1 <vm_types_linux32.h.diff<br><br><br><br><br><br><br>*** vm_types_linux32.h.orig Wed Nov 23 18:05:01 2005
<br>--- vm_types_linux32.h Wed Nov 23 18:06:15 2005<br>***************<br>*** 33,40 ****<br><br>/* vm_event.h */<br>typedef struct {<br>! pthread_cond_t cond;<br>! pthread_mutex_t mutex;<br> int manual;
<br> int state;<br>} vm_event;<br>--- 33,40 ----<br><br>/* vm_event.h */<br>typedef struct {<br>! ast_cond_t cond;<br>! ast_mutex_t mutex;<br> int manual;<br> int state;<br>} vm_event;<br>***************
<br>*** 48,61 ****<br><br>/* vm_mutex.h */<br>typedef struct {<br>! pthread_mutex_t handle;<br> int is_valid;<br>} vm_mutex;<br><br>/* vm_semaphore.h */<br>typedef struct {<br>! pthread_cond_t cond;<br>! pthread_mutex_t mutex;
<br> int count;<br>} vm_semaphore;<br><br>--- 48,61 ----<br><br>/* vm_mutex.h */<br>typedef struct {<br>! ast_mutex_t handle;<br> int is_valid;<br>} vm_mutex;<br><br>/* vm_semaphore.h */<br>typedef struct {
<br>! ast_cond_t cond;<br>! ast_mutex_t mutex;<br> int count;<br>} vm_semaphore;<br><br><br><br><br><br><br><br><br>>From: Mik Cheez <<a href="mailto:michael_bulk@wildgate.com">michael_bulk@wildgate.com</a>
><br>>Reply-To: Asterisk Developers Mailing List <<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>><br>>To: <a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com
</a><br>>Subject: [Asterisk-Dev] asterisk 1.2 g729 compile errors<br>><br>>Would someone send me or post this patch? It isn't included on the list.<br>><br>>Best regards<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>> <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> <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>