<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5296.0" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=390555607-20122006><FONT face=Arial
color=#0000ff size=2>Where did u get the app_mp4? It's the one i posted a
while a go?</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> asterisk-video-bounces@lists.digium.com
[mailto:asterisk-video-bounces@lists.digium.com] <B>On Behalf Of </B>Wu Ui
Kok<BR><B>Sent:</B> miércoles, 20 de diciembre de 2006 8:39<BR><B>To:</B>
asterisk-video@lists.digium.com<BR><B>Subject:</B> [Asterisk-video] app_mp4 --
need help<BR></FONT><BR></DIV>
<DIV></DIV>Hi<BR><BR>I have read the asterisk-video mailing list and I
interested in app_mp4.c. i download it and compile it with asterisk 1.4 beta3.
before that i have installed mpeg4ip-1.5.0.1. when i compile app_mp4.c i got
error <BR><BR> [CC] app_mp4.c -> app_mp4.o<BR>In file included
from
/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk.h:21,<BR>
from
app_mp4.c:30:<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/autoconfig.h:492:1:
warning: "PACKAGE_NAME" redefined <BR>In file included from
/usr/local/include/mpeg4ip.h:53,<BR>
from
/usr/local/include/mp4.h:35,<BR>
from app_mp4.c:24:<BR>/usr/local/include/mpeg4ip_config.h:177:1: warning: this
is the location of the previous definition <BR>In file included from
/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk.h:21,<BR>
from
app_mp4.c:30:<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/autoconfig.h:495:1:
warning: "PACKAGE_STRING" redefined <BR>In file included from
/usr/local/include/mpeg4ip.h:53,<BR>
from
/usr/local/include/mp4.h:35,<BR>
from app_mp4.c:24:<BR>/usr/local/include/mpeg4ip_config.h:180:1: warning: this
is the location of the previous definition <BR>In file included from
/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk.h:21,<BR>
from
app_mp4.c:30:<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/autoconfig.h:498:1:
warning: "PACKAGE_TARNAME" redefined <BR>In file included from
/usr/local/include/mpeg4ip.h:53,<BR>
from
/usr/local/include/mp4.h:35,<BR>
from app_mp4.c:24:<BR>/usr/local/include/mpeg4ip_config.h:183:1: warning: this
is the location of the previous definition <BR>In file included from
/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk.h:21,<BR>
from
app_mp4.c:30:<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/autoconfig.h:501:1:
warning: "PACKAGE_VERSION" redefined <BR>In file included from
/usr/local/include/mpeg4ip.h:53,<BR>
from
/usr/local/include/mp4.h:35,<BR>
from app_mp4.c:24:<BR>/usr/local/include/mpeg4ip_config.h:186:1: warning: this
is the location of the previous definition <BR>In file included from
app_mp4.c:34:<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/lock.h:
In function
'ast_mutex_init':<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/lock.h:513:
warning: implicit declaration of function 'pthread_mutexattr_settype'
<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/lock.h:513:
error: 'PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this
function)<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/lock.h:513:
error: (Each undeclared identifier is reported only once
<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/lock.h:513:
error: for each function it appears in.)<BR>In file included from
/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/cdr.h:48,<BR>
from /home/wuuikok/Asterisk/asterisk-
1.4.0-beta3/include/asterisk/channel.h:115,<BR>
from
/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/file.h:30,<BR>
from app_mp4.c:35:<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3
/include/asterisk/utils.h: In function
'_ast_strndup':<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/utils.h:421:
warning: implicit declaration of function
'strndup'<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3
/include/asterisk/utils.h:421: warning: assignment makes pointer from integer
without a
cast<BR>/home/wuuikok/Asterisk/asterisk-1.4.0-beta3/include/asterisk/utils.h: In
function '_ast_asprintf':<BR>/home/wuuikok/Asterisk/asterisk-
1.4.0-beta3/include/asterisk/utils.h:446: warning: implicit declaration of
function 'vasprintf'<BR>app_mp4.c: At top level:<BR>app_mp4.c:55: warning: type
defaults to 'int' in declaration of 'STANDARD_LOCAL_USER'<BR>app_mp4.c:55:
warning: data definition has no type or storage class <BR>app_mp4.c:57: warning:
type defaults to 'int' in declaration of 'LOCAL_USER_DECL'<BR>app_mp4.c:57:
warning: data definition has no type or storage class<BR>app_mp4.c: In function
'mp4_rtp_read':<BR>app_mp4.c:240: warning: pointer targets in passing argument 5
of 'MP4ReadRtpPacket' differ in signedness <BR>app_mp4.c: In function
'mp4_save':<BR>app_mp4.c:420: warning: implicit declaration of function
'LOCAL_USER_ADD'<BR>app_mp4.c:489: warning: implicit declaration of function
'LOCAL_USER_REMOVE'<BR>app_mp4.c: At top level: <BR>app_mp4.c:498: warning: no
previous prototype for 'unload_module'<BR>app_mp4.c: In function
'unload_module':<BR>app_mp4.c:504: error: 'STANDARD_HANGUP_LOCALUSERS'
undeclared (first use in this function)<BR>app_mp4.c: At top level:
<BR>app_mp4.c:510: warning: no previous prototype for
'load_module'<BR>app_mp4.c:519: warning: no previous prototype for
'description'<BR>app_mp4.c:524: warning: no previous prototype for
'usecount'<BR>app_mp4.c: In function 'usecount': <BR>app_mp4.c:526: warning:
implicit declaration of function 'STANDARD_USECOUNT'<BR>app_mp4.c: At top
level:<BR>app_mp4.c:531: warning: function declaration isn't a
prototype<BR>make[1]: *** [app_mp4.o] Error 1<BR>make: *** [apps] Error 2
<BR><BR><BR>i am using kubuntu as my OS.<BR>I need help to solve this. I already
did google search but no answers. Anyhelp from anybody would be
good.<BR><BR>Thank You.<BR><BR>Regards,<BR>Wu Ui
Kok<BR><BR><BR><BR><BR>
<DIV> </DIV>
</BODY></HTML>