Hi,<br><br>I would like to try app_transcoder by Sergio Murillo. I have copied app_transcoder.c in asterisk/apps and i have added the following lines<br><br>app_transcoder.so : app_transcoder.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lavcodec <br>
<br>when i compile i get this<br><br><meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 3.1 (Win32)"><style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
        -->
        </style>
<p style="margin-bottom: 0cm;">[CC] app_transcoder.c ->
app_transcoder.o
</p>
<p style="margin-bottom: 0cm;">app_transcoder.c: In function
‘VideoTranscoderDecodeFrame’:
</p>
<p style="margin-bottom: 0cm;">app_transcoder.c:638: warning:
‘avcodec_decode_video’ is deprecated (declared at
/usr/local/include/libavcodec/avcodec.h:3262)
</p>
<p style="margin-bottom: 0cm;">app_transcoder.c: In function
‘rfc2429_append’:
</p>
<p style="margin-bottom: 0cm;">app_transcoder.c:776: warning: unused
variable ‘pebit’
</p>
<p style="margin-bottom: 0cm;">app_transcoder.c: In function
‘av_log_asterisk_callback’:
</p>
<p style="margin-bottom: 0cm;">app_transcoder.c:1107: warning: format
not a string literal and no format arguments <br></p><p style="margin-bottom: 0cm;"></p>
<p style="margin-bottom: 0cm;">make[1]: *** Nessuna regola per creare
l'obiettivo «gcc», necessario a «app_transcoder.so». Arresto.</p>
<br>What is the problem?<br><br>Thank<br>