<?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>Tue, 15 Sep 2009 11:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
</channel>
</rss>
