<?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: Compile and Build FFMPEG on Windows Platform</title>
	<atom:link href="http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys/</link>
	<description>Web Developer &#38; Internet Marketing Consultant</description>
	<lastBuildDate>Sat, 20 Mar 2010 17:59:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bala Krishna</title>
		<link>http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys/comment-page-1/#comment-18633</link>
		<dc:creator>Bala Krishna</dc:creator>
		<pubDate>Sun, 10 Jan 2010 16:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys#comment-18633</guid>
		<description>Did your MingW and MSys package were installed successfully?</description>
		<content:encoded><![CDATA[<p>Did your MingW and MSys package were installed successfully?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visakumar</title>
		<link>http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys/comment-page-1/#comment-18629</link>
		<dc:creator>Visakumar</dc:creator>
		<pubDate>Sun, 10 Jan 2010 16:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys#comment-18629</guid>
		<description>Hi how do i verify the ffMPEG is created successfully? I am getting an error 



make[1]: *** [libavcodec.so] Error 1
make[1]: Leaving directory `/e/ffmpeg-047/libavcodec&#039;
make: *** [lib] Error 2

and I dont see anywher ffMPEG.exe or .dll created. Can you please help.

Thank you</description>
		<content:encoded><![CDATA[<p>Hi how do i verify the ffMPEG is created successfully? I am getting an error </p>
<p>make[1]: *** [libavcodec.so] Error 1<br />
make[1]: Leaving directory `/e/ffmpeg-047/libavcodec&#8217;<br />
make: *** [lib] Error 2</p>
<p>and I dont see anywher ffMPEG.exe or .dll created. Can you please help.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby</title>
		<link>http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys/comment-page-1/#comment-17698</link>
		<dc:creator>Ruby</dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys#comment-17698</guid>
		<description>ohh..im so sorry.silly me!! i didnt notice that what i typed at the end was infact displayed. Just to be sure can u please clear out my doubt whether the last step was indeed make.

One more thing, how will i get to execute ffmpeg for conversions? most of the codes i came across through have used something like &quot;c:/ffmpeg.exe&quot; how will i knw the path to mine,since i don&#039;t find it in my drive..

A quick reply will be very appreciated.</description>
		<content:encoded><![CDATA[<p>ohh..im so sorry.silly me!! i didnt notice that what i typed at the end was infact displayed. Just to be sure can u please clear out my doubt whether the last step was indeed make.</p>
<p>One more thing, how will i get to execute ffmpeg for conversions? most of the codes i came across through have used something like &#8220;c:/ffmpeg.exe&#8221; how will i knw the path to mine,since i don&#8217;t find it in my drive..</p>
<p>A quick reply will be very appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby</title>
		<link>http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys/comment-page-1/#comment-17697</link>
		<dc:creator>Ruby</dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bala-krishna.com/compile-and-build-ffmpeg-on-windows-platform-using-mingw-msys#comment-17697</guid>
		<description>Hello sir, i was looking at how you did to install ffmpeg. it goes fine until the last point. 

$ gcc -mno-cygwin -mms-bitfields -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSE
T_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c
gcc.exe: common.c: No such file or directory
gcc.exe: no input files

 when i type the above code it cannot find gcc and i have tested gcc in command prompt.it is there.Can you please clear out my doubts.I am very new to programming.Have been tryng real hard to get ffmpeg installed since 24 hours already...
Thank you!</description>
		<content:encoded><![CDATA[<p>Hello sir, i was looking at how you did to install ffmpeg. it goes fine until the last point. </p>
<p>$ gcc -mno-cygwin -mms-bitfields -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSE<br />
T_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c<br />
gcc.exe: common.c: No such file or directory<br />
gcc.exe: no input files</p>
<p> when i type the above code it cannot find gcc and i have tested gcc in command prompt.it is there.Can you please clear out my doubts.I am very new to programming.Have been tryng real hard to get ffmpeg installed since 24 hours already&#8230;<br />
Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
