<div dir="ltr"><font>hie<br>
<font>Am trying to install app_mp4.c and managed to resolve some other issues was having .</font>When i compiled mp4v2.tar.gz  the remaining dependancy for 
app_mp4.c i got<br>
an error<br>
<br>
[CC] app_mp4.c -&gt; app_mp4.o<br>
app_mp4.c: In function ‘mp4_play’:<br>
app_mp4.c:637: error: too few arguments to function ‘MP4Read’<br>
app_mp4.c: In function ‘mp4_save’:<br>
app_mp4.c:928: error: too few arguments to function ‘MP4Create’<br>
make[1]: *** [app_mp4.o] Error 1<br>
make: *** [apps] Error 2<br>
<br>
searched on the forums and google for a solution and figured that the MP4 API changed, affecting C, not C++ the suggested<br>
solution was <a href="https://webmail.ufh.ac.za/owa/redir.aspx?C=9c479e036c15463b904751b1e3f0a116&amp;URL=https%3a%2f%2fgitorious.org%2fcmus%2fcmus%2fcommit%2f0f87d00831271c9c6f44a2ae683d50b1a46e5a6f" target="_blank">https://gitorious.org/cmus/cmus/commit/0f87d00831271c9c6f44a2ae683d50b1a46e5a6f</a> (from site) <a href="https://webmail.ufh.ac.za/owa/redir.aspx?C=9c479e036c15463b904751b1e3f0a116&amp;URL=https%3a%2f%2fgithub.com%2fmxcl%2fhomebrew%2fpull%2f7998" target="_blank">https://github.com/mxcl/homebrew/pull/7998</a><br>

<br>
which require me to edit the mp4.cpp(mp4v2) and mpeg-4 files but , 
noticed its complicated code might end up doing it wrong and 
misconfiguring the files since am a newbie <font>in these technologies</font><br>
<br>
Wanted to ask is there is an understandable way to go about it, tried 
the previous version of mp4v2 (1.9.6), but giving the same error,</font></div>