<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MP4Box Fink Package</title>
	<atom:link href="http://el-tramo.be/blog/mp4box-fink/feed" rel="self" type="application/rss+xml" />
	<link>http://el-tramo.be/blog/mp4box-fink</link>
	<description>Remko Tronçon&#039;s Homepage</description>
	<lastBuildDate>Sat, 28 Aug 2010 17:49:11 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-81781</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 23 Oct 2009 01:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-81781</guid>
		<description>If you open the final MP4 movie with QuickTime, does it say the data size is 0?  If no, the movie cannot be edited or exported any further.  And that&#039;s the problem that I&#039;m facing now.</description>
		<content:encoded><![CDATA[<p>If you open the final MP4 movie with QuickTime, does it say the data size is 0?  If no, the movie cannot be edited or exported any further.  And that&#8217;s the problem that I&#8217;m facing now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-80726</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 31 Aug 2008 02:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-80726</guid>
		<description>Of course. Thanks very much for this. Me, I just had a baby. So I know about putting things on the back burner!</description>
		<content:encoded><![CDATA[<p>Of course. Thanks very much for this. Me, I just had a baby. So I know about putting things on the back burner!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remko Tronçon</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-80725</link>
		<dc:creator>Remko Tronçon</dc:creator>
		<pubDate>Sat, 30 Aug 2008 21:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-80725</guid>
		<description>Thanks all for the replies. Your requests and comments are not ignored, I&#039;m just a bit short on time at the moment. It&#039;s all on my TODO list.</description>
		<content:encoded><![CDATA[<p>Thanks all for the replies. Your requests and comments are not ignored, I&#8217;m just a bit short on time at the moment. It&#8217;s all on my TODO list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-80724</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 30 Aug 2008 17:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-80724</guid>
		<description>The version 0.4.5 used for YAMB seems to have no problem with the 2gb filesize limit. Can you compile the 0.4.5 version? Otherwise, it just says that the movie is not a valid file if it is over 2gb.</description>
		<content:encoded><![CDATA[<p>The version 0.4.5 used for YAMB seems to have no problem with the 2gb filesize limit. Can you compile the 0.4.5 version? Otherwise, it just says that the movie is not a valid file if it is over 2gb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Carling</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-80670</link>
		<dc:creator>Anders Carling</dc:creator>
		<pubDate>Sat, 02 Aug 2008 21:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-80670</guid>
		<description>It seems like &quot;--warn-common&quot; has been named &quot;-warn_commons&quot; in the version of ld bundled. A quick edit in the configure-file fixed it.

Adding something like this to your patch should do the trick:
diff -ur gpac.original/configure gpac/configure
--- gpac.original/configure	2008-08-02 22:58:27.000000000 +0200
+++ gpac/configure	2008-08-02 23:03:38.000000000 +0200
@@ -82,7 +82,7 @@
 bigendian=&quot;no&quot;
 SHFLAGS=-shared
 need_inet_aton=&quot;no&quot;
-LDFLAGS=&quot;$LDFLAGS -Wl,--warn-common&quot;
+LDFLAGS=&quot;$LDFLAGS -Wl,-warn_commons&quot;
 CFLAGS=&quot;&quot;
 CPPFLAGS=&quot;&quot;
 GPAC_SH_FLAGS=-lpthread


However, using fully updated Leopard with Xcode 3.1 it still seems to crash, but now at:
drawable.c: In function &#039;drawable_check_focus_highlight&#039;:
drawable.c:770: warning: implicit declaration of function &#039;svg_get_nodes_bounds&#039;
drawable.c:770: error: &#039;SVG_Element&#039; undeclared (first use in this function)
drawable.c:770: error: (Each undeclared identifier is reported only once
drawable.c:770: error: for each function it appears in.)
drawable.c:770: error: syntax error before &#039;)&#039; token

I&#039;ve neither time nor knowledge to look further into this but I hope I was of some assistance.</description>
		<content:encoded><![CDATA[<p>It seems like &#8220;&#8211;warn-common&#8221; has been named &#8220;-warn_commons&#8221; in the version of ld bundled. A quick edit in the configure-file fixed it.</p>
<p>Adding something like this to your patch should do the trick:<br />
diff -ur gpac.original/configure gpac/configure<br />
&#8212; gpac.original/configure	2008-08-02 22:58:27.000000000 +0200<br />
+++ gpac/configure	2008-08-02 23:03:38.000000000 +0200<br />
@@ -82,7 +82,7 @@<br />
 bigendian=&#8221;no&#8221;<br />
 SHFLAGS=-shared<br />
 need_inet_aton=&#8221;no&#8221;<br />
-LDFLAGS=&#8221;$LDFLAGS -Wl,&#8211;warn-common&#8221;<br />
+LDFLAGS=&#8221;$LDFLAGS -Wl,-warn_commons&#8221;<br />
 CFLAGS=&#8221;"<br />
 CPPFLAGS=&#8221;"<br />
 GPAC_SH_FLAGS=-lpthread</p>
<p>However, using fully updated Leopard with Xcode 3.1 it still seems to crash, but now at:<br />
drawable.c: In function &#8216;drawable_check_focus_highlight&#8217;:<br />
drawable.c:770: warning: implicit declaration of function &#8217;svg_get_nodes_bounds&#8217;<br />
drawable.c:770: error: &#8216;SVG_Element&#8217; undeclared (first use in this function)<br />
drawable.c:770: error: (Each undeclared identifier is reported only once<br />
drawable.c:770: error: for each function it appears in.)<br />
drawable.c:770: error: syntax error before &#8216;)&#8217; token</p>
<p>I&#8217;ve neither time nor knowledge to look further into this but I hope I was of some assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remko Tronçon</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-80667</link>
		<dc:creator>Remko Tronçon</dc:creator>
		<pubDate>Thu, 31 Jul 2008 21:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-80667</guid>
		<description>@serversurfer I&#039;ll look into it ASAP</description>
		<content:encoded><![CDATA[<p>@serversurfer I&#8217;ll look into it ASAP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serversurfer</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-80666</link>
		<dc:creator>serversurfer</dc:creator>
		<pubDate>Thu, 31 Jul 2008 21:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-80666</guid>
		<description>I&#039;m getting an error when compiling.

ld: unknown option: --warn-common
collect2: ld returned 1 exit status
make: *** [libgpac.dylib] Error 1
### execution of make failed, exit code 2

Googling reveals that the option should be &quot;-warn-common&quot; but I don&#039;t know how to fix it.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting an error when compiling.</p>
<p>ld: unknown option: &#8211;warn-common<br />
collect2: ld returned 1 exit status<br />
make: *** [libgpac.dylib] Error 1<br />
### execution of make failed, exit code 2</p>
<p>Googling reveals that the option should be &#8220;-warn-common&#8221; but I don&#8217;t know how to fix it.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pawz</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-80644</link>
		<dc:creator>pawz</dc:creator>
		<pubDate>Thu, 24 Jul 2008 10:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-80644</guid>
		<description>can you please post a ppc binary ? 
latest cvs intel binaries are available here:

http://www.tkn.tu-berlin.de/research/evalvid/</description>
		<content:encoded><![CDATA[<p>can you please post a ppc binary ?<br />
latest cvs intel binaries are available here:</p>
<p><a href="http://www.tkn.tu-berlin.de/research/evalvid/" rel="nofollow">http://www.tkn.tu-berlin.de/research/evalvid/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QDL</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-72139</link>
		<dc:creator>QDL</dc:creator>
		<pubDate>Sat, 03 May 2008 22:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-72139</guid>
		<description>Installation does not work. I put mp4box.info and mp4box.patch in /sw/fink/dists/local/main/finkinfo as told. Running fink install mp4box gives an error

    Failed: no package found for specification &#039;mp4box&#039;!

Is there anything else to do to make fink recognize the package?

Thanks.

P.S.: What about a binary version?</description>
		<content:encoded><![CDATA[<p>Installation does not work. I put mp4box.info and mp4box.patch in /sw/fink/dists/local/main/finkinfo as told. Running fink install mp4box gives an error</p>
<p>    Failed: no package found for specification &#8216;mp4box&#8217;!</p>
<p>Is there anything else to do to make fink recognize the package?</p>
<p>Thanks.</p>
<p>P.S.: What about a binary version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kintaro</title>
		<link>http://el-tramo.be/blog/mp4box-fink/comment-page-1#comment-65818</link>
		<dc:creator>kintaro</dc:creator>
		<pubDate>Fri, 07 Mar 2008 17:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://el-tramo.be/blog/mp4box-fink#comment-65818</guid>
		<description>it soffer of the same bug of the other precompiled osx version of mp4box... it freeze importing &gt;2GB files. :(</description>
		<content:encoded><![CDATA[<p>it soffer of the same bug of the other precompiled osx version of mp4box&#8230; it freeze importing &gt;2GB files. <img src='http://el-tramo.be/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
