<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:14pt"><div><span><meta http-equiv="content-type" content="text/html; charset=utf-8"><div style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 8px; margin-right: 0px; margin-bottom: 0px; margin-left: 12px; font-family: 'times new roman', 'new york', times, serif; display: block; font-size: 14pt; "><div><span>ok . For mpeg4ip-1.6/&nbsp;</span></div><div><span>bash ./bootstrap --disable-player -prefix=/usr &nbsp; &nbsp;&lt;-- No error</span></div><div><br></div><div>make &nbsp;&lt;-- error</div><div><br></div><div><div>make &nbsp;all-recursive</div><div>make[1]: Entering directory `/usr/src/mpeg4ip-1.6'</div><div>Making all in include</div><div>make[2]: Entering directory `/usr/src/mpeg4ip-1.6/include'</div><div>make[2]: Nothing to be
 done for `all'.</div><div>make[2]: Leaving directory `/usr/src/mpeg4ip-1.6/include'</div><div>Making all in lib</div><div>make[2]: Entering directory `/usr/src/mpeg4ip-1.6/lib'</div><div>Making all in utils</div><div>make[3]: Entering directory `/usr/src/mpeg4ip-1.6/lib/utils'</div><div>if /bin/bash ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include &nbsp; -D_REENTRANT -fexceptions -Wall -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -Wpointer-arith -Wsign-compare -fno-strict-aliasing &nbsp;-g -O2 -DMPEG4IP -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT config_opts.lo -MD -MP -MF ".deps/config_opts.Tpo" -c -o config_opts.lo config_opts.cpp; \</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>then mv -f ".deps/config_opts.Tpo" ".deps/config_opts.Plo"; else rm -f ".deps/config_opts.Tpo"; exit 1; fi</div><div>mkdir .libs</div><div>&nbsp;g++
 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -D_REENTRANT -fexceptions -Wall -Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas -Wno-deprecated -Wformat=2 -Wpointer-arith -Wsign-compare -fno-strict-aliasing -g -O2 -DMPEG4IP -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT config_opts.lo -MD -MP -MF .deps/config_opts.Tpo -c config_opts.cpp &nbsp;-fPIC -DPIC -o .libs/config_opts.o</div><div>In file included from config_opts.cpp:1:</div><div>../../include/mpeg4ip.h:126: error: new declaration 'char* strcasestr(const char*, const char*)'</div><div>/usr/include/string.h:367: error: ambiguates old declaration 'const char* strcasestr(const char*, const char*)'</div><div>make[3]: *** [config_opts.lo] Error 1</div><div>make[3]: Leaving directory `/usr/src/mpeg4ip-1.6/lib/utils'</div><div>make[2]: *** [all-recursive] Error 1</div><div>make[2]: Leaving directory `/usr/src/mpeg4ip-1.6/lib'</div><div>make[1]: *** [all-recursive] Error
 1</div><div>make[1]: Leaving directory `/usr/src/mpeg4ip-1.6'</div><div>make: *** [all] Error 2</div><div><br></div><div><br></div><div><br></div><div><br></div><div>the Installation of App_mp4 is not possible because it needs mpeg4ip</div><div><br></div><div>Installation app_transcoder</div><div>cp app_transcoder /usr/local/asterisk-1.4.31/apps/</div><div>gedit&nbsp;&nbsp;/usr/local/asterisk-1.4.31/apps/Makefile</div><div>&nbsp;&nbsp;app_transcoder.so : app_transcoder.o</div><div><span class="Apple-tab-span" style="white-space: pre; ">                                </span>$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $&lt; ${CYGSOLIB} -lavcodec</div><div><br></div><div>cd&nbsp;&nbsp;/usr/local/asterisk-1.4.31/<span class="Apple-tab-span" style="white-space: pre; ">        </span></div><div><span class="Apple-style-span" style="white-space: pre; ">make  &lt;-- error</span></div><div><span class="Apple-style-span" style="white-space: pre; "><br></span></div><div><span class="Apple-style-span"
 style="white-space: pre; ">CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/usr/local/asterisk-1.4.31/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/usr/local/asterisk-1.4.31/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Unknown value '' found in build_tools/menuselect-deps for DAHDI_TRANSCODE
menuselect/menuselect --check-deps menuselect.makeopts  
Unknown value '' found in build_tools/menuselect-deps for DAHDI_TRANSCODE
Generating embedded module rules ...
   [CC] app_transcoder.c -&gt; app_transcoder.o
app_transcoder.c:40:32: error: libswscale/swscale.h: No such file or directory
app_transcoder.c: In function ‘SendH263VideoFrame’:
app_transcoder.c:152: warning: unused variable ‘size’
app_transcoder.c: In function ‘VideoTranscoderSetResize’:
app_transcoder.c:485: warning: implicit declaration of function ‘sws_freeContext’
app_transcoder.c:488: warning: implicit declaration of function ‘sws_getContext’
app_transcoder.c:488: warning: assignment makes pointer from integer without a cast
app_transcoder.c: In function ‘VideoTranscoderEncode’:
app_transcoder.c:574: warning: implicit declaration of function ‘sws_scale’
app_transcoder.c: In function ‘VideoTranscoderCreate’:
app_transcoder.c:829: error: ‘SWS_BICUBIC’ undeclared (first use in this function)
app_transcoder.c:829: error: (Each undeclared identifier is reported only once
app_transcoder.c:829: error: for each function it appears in.)
app_transcoder.c: In function ‘VideoTranscoderDecodeFrame’:
app_transcoder.c:913: warning: ‘avcodec_decode_video’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3601)
app_transcoder.c: In function ‘rfc2429_append’:
app_transcoder.c:1051: warning: unused variable ‘pebit’
make[1]: *** [app_transcoder.o] Error 1
make: *** [apps] Error 2</span><span class="Apple-style-span" style="white-space: pre; ">
</span></div><div><span class="Apple-style-span" style="white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="white-space: pre; "><br></span></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div></div><div><span><br></span></div><div><br></div><div style="font-size: 14pt; font-family: 'times new roman', 'new york', times, serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif;
 "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight: bold; ">De&nbsp;:</span></b>&nbsp;amit anand &lt;onewaytoconnect@gmail.com&gt;<br><b><span style="font-weight: bold; ">À&nbsp;:</span></b>&nbsp;Development discussion of video media support in Asterisk &lt;asterisk-video@lists.digium.com&gt;<br><b><span style="font-weight: bold; ">Envoyé le :</span></b>&nbsp;Dimanche 3 Juillet 2011 16h47<br><b><span style="font-weight: bold; ">Objet&nbsp;:</span></b>&nbsp;Re: [Asterisk-video] How to install mpeg4ip, app_mp4 and app_transcoder on debian squeeze please?<br></font><br><div id="yiv1868662462">You should post the error details<br><br><div class="yiv1868662462gmail_quote">On Sun, Jul 3, 2011 at 15:08, emeric kamleu&nbsp;<span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:kamleus@yahoo.fr" target="_blank" href="mailto:kamleus@yahoo.fr" style="color: blue !important; text-decoration: underline !important; cursor: text !important;
 ">kamleus@yahoo.fr</a>&gt;</span>&nbsp;wrote:<br><blockquote class="yiv1868662462gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; display: block; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; "><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 14pt; font-family: 'times new roman', 'new york', times, serif; "><div>i have error all time i try to install mpeg4ip, app_mp4 and app transcoder. I use debian. Please help me. I want to do video on demand with asterisk.</div></div></div><br>--<br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by&nbsp;<a rel="nofollow" target="_blank" href="http://www.api-digital.com/" style="color: blue !important; text-decoration: underline !important; cursor: text !important;
 ">http://www.api-digital.com</a>&nbsp;--<br><br>asterisk-video mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a rel="nofollow" target="_blank" href="http://lists.digium.com/mailman/listinfo/asterisk-video" style="color: blue !important; text-decoration: underline !important; cursor: text !important; ">http://lists.digium.com/mailman/listinfo/asterisk-video</a><br></blockquote></div><br><br clear="all"><br>--&nbsp;<br><div><br></div><div>Amit Anand</div><div><br></div><div><font size="1"><span style="border-collapse: collapse; font-family: arial, sans-serif; "><h1 style="margin-top: 12px; margin-right: 5px; margin-bottom: 5px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); background: inherit; border-right: inherit; font-family: arial, sans-serif; "><br></h1></span></font></div><div><font size="4">+91
 9013223047</font></div><div><br></div><br></div><br>--<br>_____________________________________________________________________<br>-- Bandwidth and Colocation Provided by&nbsp;<a href="http://www.api-digital.com/" target="_blank" style="color: blue !important; text-decoration: underline !important; cursor: text !important; ">http://www.api-digital.com</a>&nbsp;--<br><br>asterisk-video mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-video" target="_blank" style="color: blue !important; text-decoration: underline !important; cursor: text !important; ">http://lists.digium.com/mailman/listinfo/asterisk-video</a><br></div></div></div></span></div><div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><font class="Apple-style-span" size="6"><span class="Apple-style-span" style="font-size:
 19px;"><br></span></font></span></font></div></div></body></html>