Hi,
Can anybody help me out on how to fix this error that I am getting when compiling app_mp4?
app_mp4.c: In function mp4_rtp_write_audio': app_mp4.c:151: warning: passing arg 4 of
ast_log’ makes pointer from integer without a cast
app_mp4.c:151: warning: passing arg 5 of ast_log' makes pointer from integer without a cast app_mp4.c: In function
mp4_rtp_write_video_frame’:
app_mp4.c:178: warning: passing arg 4 of ast_log' makes pointer from integer without a cast app_mp4.c:178: warning: passing arg 5 of
ast_log’ makes pointer from integer without a cast
app_mp4.c: In function mp4_rtp_write_video': app_mp4.c:209: warning: passing arg 4 of
ast_log’ makes pointer from integer without a cast
app_mp4.c:209: warning: passing arg 5 of ast_log' makes pointer from integer without a cast app_mp4.c: In function
mp4_rtp_read’:
app_mp4.c:281: warning: passing arg 4 of ast_log' makes pointer from integer without a cast app_mp4.c:281: error: too few arguments to function
ast_log’
app_mp4.c:344: warning: passing arg 4 of ast_log' makes pointer from integer without a cast app_mp4.c:344: error: too few arguments to function
ast_log’
app_mp4.c: In function mp4_play': app_mp4.c:405: error: too few arguments to function
ast_log’
app_mp4.c:409: warning: passing arg 3 of ast_log' makes integer from pointer without a cast app_mp4.c:409: error: too few arguments to function
ast_log’
app_mp4.c:432: error: too few arguments to function ast_log' app_mp4.c:439: error: too few arguments to function
ast_log’
app_mp4.c:452: warning: passing arg 3 of ast_log' makes integer from pointer without a cast app_mp4.c:452: error: too few arguments to function
ast_log’
app_mp4.c:460: warning: passing arg 3 of ast_log' makes integer from pointer without a cast app_mp4.c:460: warning: passing arg 4 of
ast_log’ makes pointer from integer without a cast
app_mp4.c:460: error: too few arguments to function ast_log' app_mp4.c:504: error: too few arguments to function
ast_log’
app_mp4.c:516: error: too few arguments to function ast_log' app_mp4.c:540: error: too few arguments to function
ast_log’
app_mp4.c:546: error: too few arguments to function ast_log' app_mp4.c:552: error: too few arguments to function
ast_log’
app_mp4.c:646: warning: passing arg 2 of __rawmemchr' makes integer from pointer without a cast app_mp4.c:646: warning: passing arg 2 of
__builtin_strchr’ makes integer from pointer without a cast
app_mp4.c:654: warning: passing arg 3 of ast_log' makes integer from pointer without a cast app_mp4.c:654: error: too few arguments to function
ast_log’
app_mp4.c:723: error: too few arguments to function ast_log' app_mp4.c: In function
mp4_save’:
app_mp4.c:787: warning: passing arg 3 of ast_log' makes integer from pointer without a cast app_mp4.c:787: error: too few arguments to function
ast_log’
app_mp4.c:800: error: too few arguments to function ast_log' app_mp4.c:901: warning: unused variable
pebit’
make[1]: *** [app_mp4.o] Error 1
make: *** [apps] Error 2