<?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: Cross-compiling x264 for win32 on Ubuntu Linux</title>
	<atom:link href="http://alex.jurkiewi.cz/blog/2010/cross-compiling-x264-for-win32-on-ubuntu-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://alex.jurkiewi.cz/blog/2010/cross-compiling-x264-for-win32-on-ubuntu-linux</link>
	<description></description>
	<lastBuildDate>Thu, 05 Jan 2012 12:05:46 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juan Ramos</title>
		<link>http://alex.jurkiewi.cz/blog/2010/cross-compiling-x264-for-win32-on-ubuntu-linux#comment-735</link>
		<dc:creator>Juan Ramos</dc:creator>
		<pubDate>Wed, 24 Nov 2010 14:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluebottle.net.au/blog/?p=536#comment-735</guid>
		<description>Thanks a lot for this. It worked really fine, and by the way I learnt some new shell commands (newbie).</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this. It worked really fine, and by the way I learnt some new shell commands (newbie).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Jurkiewicz</title>
		<link>http://alex.jurkiewi.cz/blog/2010/cross-compiling-x264-for-win32-on-ubuntu-linux#comment-734</link>
		<dc:creator>Alex Jurkiewicz</dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluebottle.net.au/blog/?p=536#comment-734</guid>
		<description>Just remove the checks for those two items, and hardcode them to &#039;yes&#039;.</description>
		<content:encoded><![CDATA[<p>Just remove the checks for those two items, and hardcode them to 'yes'.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visvel</title>
		<link>http://alex.jurkiewi.cz/blog/2010/cross-compiling-x264-for-win32-on-ubuntu-linux#comment-733</link>
		<dc:creator>visvel</dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluebottle.net.au/blog/?p=536#comment-733</guid>
		<description>thanks this is very useful.
however the CPAC configure is heavily messed up nowadays; fails at zlib and dlopen checks
do you think you could update this script?
great job</description>
		<content:encoded><![CDATA[<p>thanks this is very useful.<br />
however the CPAC configure is heavily messed up nowadays; fails at zlib and dlopen checks<br />
do you think you could update this script?<br />
great job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gow</title>
		<link>http://alex.jurkiewi.cz/blog/2010/cross-compiling-x264-for-win32-on-ubuntu-linux#comment-705</link>
		<dc:creator>gow</dc:creator>
		<pubDate>Sat, 12 Jun 2010 18:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluebottle.net.au/blog/?p=536#comment-705</guid>
		<description>sorry I&#039;m new in linux, what is this mean, I don&#039;t understand.

Place this helper script at ~/win32-x264/mingw and chmod +x it:

#!/bin/sh
export CC=i586-mingw32msvc-gcc
export CXX=i586-mingw32msvc-g++
export CPP=i586-mingw32msvc-cpp
export AR=i586-mingw32msvc-ar
export RANLIB=i586-mingw32msvc-ranlib
export ADD2LINE=i586-mingw32msvc-addr2line
export AS=i586-mingw32msvc-as
export LD=i586-mingw32msvc-ld
export NM=i586-mingw32msvc-nm
export STRIP=i586-mingw32msvc-strip
 
export PATH=&quot;/usr/i586-mingw32msvc/bin:$PATH&quot;
export PKG_CONFIG_PATH=&quot;$HOME/win32-x264/lib/pkgconfig/&quot;
exec &quot;$@&quot;</description>
		<content:encoded><![CDATA[<p>sorry I'm new in linux, what is this mean, I don't understand.</p>
<p>Place this helper script at ~/win32-x264/mingw and chmod +x it:</p>
<p>#!/bin/sh<br />
export CC=i586-mingw32msvc-gcc<br />
export CXX=i586-mingw32msvc-g++<br />
export CPP=i586-mingw32msvc-cpp<br />
export AR=i586-mingw32msvc-ar<br />
export RANLIB=i586-mingw32msvc-ranlib<br />
export ADD2LINE=i586-mingw32msvc-addr2line<br />
export AS=i586-mingw32msvc-as<br />
export LD=i586-mingw32msvc-ld<br />
export NM=i586-mingw32msvc-nm<br />
export STRIP=i586-mingw32msvc-strip</p>
<p>export PATH="/usr/i586-mingw32msvc/bin:$PATH"<br />
export PKG_CONFIG_PATH="$HOME/win32-x264/lib/pkgconfig/"<br />
exec "$@"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compiling WebM into FFMpeg for Windows</title>
		<link>http://alex.jurkiewi.cz/blog/2010/cross-compiling-x264-for-win32-on-ubuntu-linux#comment-688</link>
		<dc:creator>Compiling WebM into FFMpeg for Windows</dc:creator>
		<pubDate>Thu, 20 May 2010 14:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluebottle.net.au/blog/?p=536#comment-688</guid>
		<description>[...] used this cross compiling X264 using Ubuntu as a base for part of my script. The entire script follows but if you want to make sure you get a [...]</description>
		<content:encoded><![CDATA[<p>[...] used this cross compiling X264 using Ubuntu as a base for part of my script. The entire script follows but if you want to make sure you get a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.068 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 14:04:22 -->
<!-- Compression = gzip -->
