<?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: Cinelerra with external ffmpeg</title>
	<atom:link href="http://theorangeit.org/2009/03/07/cinelerra-with-external-ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://theorangeit.org/2009/03/07/cinelerra-with-external-ffmpeg/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 31 May 2010 08:54:46 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yogidude</title>
		<link>http://theorangeit.org/2009/03/07/cinelerra-with-external-ffmpeg/comment-page-1/#comment-4286</link>
		<dc:creator>yogidude</dc:creator>
		<pubDate>Fri, 11 Sep 2009 16:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://theorangeit.org/?p=29#comment-4286</guid>
		<description>To build with external ffmpeg create the environment variables before running configure:

#find /usr/ -type f &#124;egrep &#039;.*/include/libavcodec.*&#124;.*/include/libswscale.*&#039;
/usr/local/include/libavcodec/avcodec.h
/usr/local/include/libavcodec/opt.h
/usr/local/include/libswscale/swscale.h
...
# FFMPEG_CFLAGS=&#039;-I/usr/local/include/libswscale -I/usr/local/include/libavcodec&#039;;export FFMPEG_CFLAGS
# FFMPEG_TEMP_CFLAGS=&#039;-I/usr/local/include/libswscale -I/usr/local/include/libavcodec&#039;;export FFMPEG_TEMP_CFLAGS
# ./configure --with-external-ffmpeg</description>
		<content:encoded><![CDATA[<p>To build with external ffmpeg create the environment variables before running configure:</p>
<p>#find /usr/ -type f |egrep &#8216;.*/include/libavcodec.*|.*/include/libswscale.*&#8217;<br />
/usr/local/include/libavcodec/avcodec.h<br />
/usr/local/include/libavcodec/opt.h<br />
/usr/local/include/libswscale/swscale.h<br />
&#8230;<br />
# FFMPEG_CFLAGS=&#8217;-I/usr/local/include/libswscale -I/usr/local/include/libavcodec&#8217;;export FFMPEG_CFLAGS<br />
# FFMPEG_TEMP_CFLAGS=&#8217;-I/usr/local/include/libswscale -I/usr/local/include/libavcodec&#8217;;export FFMPEG_TEMP_CFLAGS<br />
# ./configure &#8211;with-external-ffmpeg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
