<?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: new build of libvpx-0.9.1</title>
	<atom:link href="http://ffmpeg.arrozcru.org/autobuilds/blog/2010/06/30/new-build-of-libvpx-091/feed/" rel="self" type="application/rss+xml" />
	<link>http://ffmpeg.arrozcru.org/autobuilds/blog/2010/06/30/new-build-of-libvpx-091/</link>
	<description></description>
	<pubDate>Mon, 21 May 2012 16:24:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://ffmpeg.arrozcru.org/autobuilds/blog/2010/06/30/new-build-of-libvpx-091/comment-page-1/#comment-140</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 01 Jul 2010 22:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://ffmpeg.arrozcru.org/autobuilds/blog/?p=666#comment-140</guid>
		<description>Thanks for all your effort.  I knew it was not easy!, that is really a weird bug and one hard to trace, as I was looking at the runtime and not at the compiler / linker.</description>
		<content:encoded><![CDATA[<p>Thanks for all your effort.  I knew it was not easy!, that is really a weird bug and one hard to trace, as I was looking at the runtime and not at the compiler / linker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramiro</title>
		<link>http://ffmpeg.arrozcru.org/autobuilds/blog/2010/06/30/new-build-of-libvpx-091/comment-page-1/#comment-139</link>
		<dc:creator>ramiro</dc:creator>
		<pubDate>Thu, 01 Jul 2010 19:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://ffmpeg.arrozcru.org/autobuilds/blog/?p=666#comment-139</guid>
		<description>I checked what was the value in that %edi and where it had come from. then traced it back to a global array, checked the declaration of the array (it would have to be 16-byte aligned, and indeed in the code it was), compiled entropy.c again with -save-temps, looked at the assembly file generated, and noticed it had ".comm" in there (as in that array could be in a common section) and no alignment information. Then I remembered of a gcc &lt; 4.5 bug on MinGW that .comm dropped alignment information, and -fno-common could be used to counter that. That flag is set unconditionally by FFmpeg for quite some time now.</description>
		<content:encoded><![CDATA[<p>I checked what was the value in that %edi and where it had come from. then traced it back to a global array, checked the declaration of the array (it would have to be 16-byte aligned, and indeed in the code it was), compiled entropy.c again with -save-temps, looked at the assembly file generated, and noticed it had &#8220;.comm&#8221; in there (as in that array could be in a common section) and no alignment information. Then I remembered of a gcc &lt; 4.5 bug on MinGW that .comm dropped alignment information, and -fno-common could be used to counter that. That flag is set unconditionally by FFmpeg for quite some time now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://ffmpeg.arrozcru.org/autobuilds/blog/2010/06/30/new-build-of-libvpx-091/comment-page-1/#comment-138</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://ffmpeg.arrozcru.org/autobuilds/blog/?p=666#comment-138</guid>
		<description>If I don't ask this I won't sleep!  How did you figure out that -fno-common (I know what it does) could be the workaround for this bug.</description>
		<content:encoded><![CDATA[<p>If I don&#8217;t ask this I won&#8217;t sleep!  How did you figure out that -fno-common (I know what it does) could be the workaround for this bug.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

