<?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"
	>
<channel>
	<title>Comments on: Installing FFMPEG on CentOS 5</title>
	<atom:link href="http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/</link>
	<description>my digital life by gregory tomlinson</description>
	<pubDate>Wed, 19 Nov 2008 23:48:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: retry</title>
		<link>http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-930</link>
		<dc:creator>retry</dc:creator>
		<pubDate>Wed, 10 Sep 2008 06:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-930</guid>
		<description>Yeah but my problem wasn't related to trying to get extra codecs working.  It's an error in some device code in the core ffmpeg.  I was getting that error with a vanilla configuration.</description>
		<content:encoded><![CDATA[<p>Yeah but my problem wasn&#8217;t related to trying to get extra codecs working.  It&#8217;s an error in some device code in the core ffmpeg.  I was getting that error with a vanilla configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregory</title>
		<link>http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-929</link>
		<dc:creator>gregory</dc:creator>
		<pubDate>Wed, 10 Sep 2008 06:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-929</guid>
		<description>@ retry

you might try checking this post: http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/

Some of this has been discussed there</description>
		<content:encoded><![CDATA[<p>@ retry</p>
<p>you might try checking this post: <a href="http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/" rel="nofollow">http://gregorytomlinson.com/encoded/2008/06/11/a-robust-ffmpeg-install-for-centos-5/</a></p>
<p>Some of this has been discussed there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: retry</title>
		<link>http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-928</link>
		<dc:creator>retry</dc:creator>
		<pubDate>Wed, 10 Sep 2008 06:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-928</guid>
		<description>So I decided to export an arbitrary revision number (14000), and it worked!

So somewhere between 14000 and 15290 (HEAD as of this writing) something got BORKED.  But what can you expect from a project with no stable releases?</description>
		<content:encoded><![CDATA[<p>So I decided to export an arbitrary revision number (14000), and it worked!</p>
<p>So somewhere between 14000 and 15290 (HEAD as of this writing) something got BORKED.  But what can you expect from a project with no stable releases?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: retry</title>
		<link>http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-927</link>
		<dc:creator>retry</dc:creator>
		<pubDate>Wed, 10 Sep 2008 06:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-927</guid>
		<description>I get the EXACT same error on Centos 4.6</description>
		<content:encoded><![CDATA[<p>I get the EXACT same error on Centos 4.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aharwood</title>
		<link>http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-710</link>
		<dc:creator>aharwood</dc:creator>
		<pubDate>Thu, 21 Aug 2008 06:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-710</guid>
		<description>WHen I try to compile I get the following error:

In file included from libavdevice/v4l.c:32:
/usr/include/linux/videodev.h:56: error: syntax error before "ulong"
/usr/include/linux/videodev.h:72: error: syntax error before '}' token
libavdevice/v4l.c: In function `grab_read_header':
libavdevice/v4l.c:77: error: storage size of 'tuner' isn't known
libavdevice/v4l.c:141: error: invalid application of `sizeof' to incomplete type `video_tuner'
libavdevice/v4l.c:148: error: invalid application of `sizeof' to incomplete type `video_tuner'
libavdevice/v4l.c:77: warning: unused variable `tuner'
make: *** [libavdevice/v4l.o] Error 1



Do you have any idea what the problem is?</description>
		<content:encoded><![CDATA[<p>WHen I try to compile I get the following error:</p>
<p>In file included from libavdevice/v4l.c:32:<br />
/usr/include/linux/videodev.h:56: error: syntax error before &#8220;ulong&#8221;<br />
/usr/include/linux/videodev.h:72: error: syntax error before &#8216;}&#8217; token<br />
libavdevice/v4l.c: In function `grab_read_header&#8217;:<br />
libavdevice/v4l.c:77: error: storage size of &#8216;tuner&#8217; isn&#8217;t known<br />
libavdevice/v4l.c:141: error: invalid application of `sizeof&#8217; to incomplete type `video_tuner&#8217;<br />
libavdevice/v4l.c:148: error: invalid application of `sizeof&#8217; to incomplete type `video_tuner&#8217;<br />
libavdevice/v4l.c:77: warning: unused variable `tuner&#8217;<br />
make: *** [libavdevice/v4l.o] Error 1</p>
<p>Do you have any idea what the problem is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Robust FFMPEG Install for CentOS 5 at Encoded &#124; Gregory Tomlinson</title>
		<link>http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-410</link>
		<dc:creator>A Robust FFMPEG Install for CentOS 5 at Encoded &#124; Gregory Tomlinson</dc:creator>
		<pubDate>Wed, 11 Jun 2008 18:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/2008/04/11/installing-ffmpeg-on-centos-5/#comment-410</guid>
		<description>[...] little while back, I posted a basic install of ffmpeg for CentOS 5. After working with that build over the last month, I found I needed to expand it to include many [...]</description>
		<content:encoded><![CDATA[<p>[...] little while back, I posted a basic install of ffmpeg for CentOS 5. After working with that build over the last month, I found I needed to expand it to include many [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
