<?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: Compiling custom ffmpeg with all bells and whistles on Ubuntu 8.10</title>
	<atom:link href="http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/feed/" rel="self" type="application/rss+xml" />
	<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 24 Oct 2010 19:50:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: zynga</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/comment-page-1/#comment-6256</link>
		<dc:creator>zynga</dc:creator>
		<pubDate>Sat, 20 Mar 2010 21:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=27#comment-6256</guid>
		<description>i would not have considered this had been useful a number of years ago and yet its crazy how age evolves the method by which you experience unsimilar ideas, many thanks regarding the piece of writing it happens to be good to go through some thing sensible once in a while instead of the basic nonsense mascarading as information sites on the net, i&#039;m going to have fun with a few rounds of facebook poker, cheers</description>
		<content:encoded><![CDATA[<p>i would not have considered this had been useful a number of years ago and yet its crazy how age evolves the method by which you experience unsimilar ideas, many thanks regarding the piece of writing it happens to be good to go through some thing sensible once in a while instead of the basic nonsense mascarading as information sites on the net, i&#8217;m going to have fun with a few rounds of facebook poker, cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DgMv</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/comment-page-1/#comment-3437</link>
		<dc:creator>DgMv</dc:creator>
		<pubDate>Mon, 13 Jul 2009 17:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=27#comment-3437</guid>
		<description>I know how to solve the problem with the shared libraries.

1. Create 2 files in &quot;/etc/profile.d&quot; directory, &quot;libs.sh&quot; and &quot;libs.csh&quot; 

2. In &quot;libs.sh&quot; write:
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH&quot;

3. In &quot;libs.csh&quot; write:
setenv LD_LIBRARY_PATH /usr/local/lib:${LD_LIBRARY_PATH}

4. Reboot, or close session.

ffmpeg will work, I have test it. This is the best way to solve it, and the formal way to set global envirioment variables.</description>
		<content:encoded><![CDATA[<p>I know how to solve the problem with the shared libraries.</p>
<p>1. Create 2 files in &#8220;/etc/profile.d&#8221; directory, &#8220;libs.sh&#8221; and &#8220;libs.csh&#8221; </p>
<p>2. In &#8220;libs.sh&#8221; write:<br />
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH&#8221;</p>
<p>3. In &#8220;libs.csh&#8221; write:<br />
setenv LD_LIBRARY_PATH /usr/local/lib:${LD_LIBRARY_PATH}</p>
<p>4. Reboot, or close session.</p>
<p>ffmpeg will work, I have test it. This is the best way to solve it, and the formal way to set global envirioment variables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/comment-page-1/#comment-2026</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 20 May 2009 04:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=27#comment-2026</guid>
		<description>I followed your instructions carefully and complied a working version of ffmpeg.  I needed to omit two options though.  swscaler and vdpau.  Swscaler is built-in I understand now - I don&#039;t miss it.  But vdpau would be a big improvement.  Configure says:   Unknown option &quot;--enable-vdpau&quot;

How can I fix that?  I seem to have up to nvidia drivers to handle vdpau but configure seems not is acknowledge that the option even exists.</description>
		<content:encoded><![CDATA[<p>I followed your instructions carefully and complied a working version of ffmpeg.  I needed to omit two options though.  swscaler and vdpau.  Swscaler is built-in I understand now &#8211; I don&#8217;t miss it.  But vdpau would be a big improvement.  Configure says:   Unknown option &#8220;&#8211;enable-vdpau&#8221;</p>
<p>How can I fix that?  I seem to have up to nvidia drivers to handle vdpau but configure seems not is acknowledge that the option even exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/comment-page-1/#comment-1185</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 21 Apr 2009 17:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=27#comment-1185</guid>
		<description>apt-get install libopenjpeg-dev libdirac-dev</description>
		<content:encoded><![CDATA[<p>apt-get install libopenjpeg-dev libdirac-dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bullghost</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/comment-page-1/#comment-1183</link>
		<dc:creator>bullghost</dc:creator>
		<pubDate>Tue, 21 Apr 2009 16:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=27#comment-1183</guid>
		<description>hai sorry , i have some problem on compiling,
the error is

!.
Package dirac was not found in the pkg-config search path.
Perhaps you should add the directory containing `dirac.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘dirac’ found
ERROR: libdirac not found

2.
ERROR: libopenjpeg not found

pls can you help me how can i solve this problem
thank you.

regards
bullghost</description>
		<content:encoded><![CDATA[<p>hai sorry , i have some problem on compiling,<br />
the error is</p>
<p>!.<br />
Package dirac was not found in the pkg-config search path.<br />
Perhaps you should add the directory containing `dirac.pc’<br />
to the PKG_CONFIG_PATH environment variable<br />
No package ‘dirac’ found<br />
ERROR: libdirac not found</p>
<p>2.<br />
ERROR: libopenjpeg not found</p>
<p>pls can you help me how can i solve this problem<br />
thank you.</p>
<p>regards<br />
bullghost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/comment-page-1/#comment-538</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Fri, 13 Mar 2009 19:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=27#comment-538</guid>
		<description>Glad I could help</description>
		<content:encoded><![CDATA[<p>Glad I could help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keefe</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/comment-page-1/#comment-537</link>
		<dc:creator>keefe</dc:creator>
		<pubDate>Fri, 13 Mar 2009 19:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=27#comment-537</guid>
		<description>Great post! finally got ffmpeg working for me</description>
		<content:encoded><![CDATA[<p>Great post! finally got ffmpeg working for me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

