<?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: Easy Install FFmpeg in Linux</title>
	<atom:link href="http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Sun, 21 Mar 2010 00:52:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sayan Acharjee</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-7012</link>
		<dc:creator>Sayan Acharjee</dc:creator>
		<pubDate>Wed, 10 Feb 2010 04:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-7012</guid>
		<description>I was trying to install ffmpeg-php on Fedora9, I&#039;ve downloaded the ffpmeg-php-0.6.0 and used phpize and ./configure --enable-shared --prefix=/usr and both of them worked fine but when I tried to run make I got the following error:
&quot;make: *** No targets specified and no makefile found.  Stop.&quot;

I tried the same procedure with ffmpeg-php-0.5.1 and ffmpeg-0.5.0 but failed.
Can anyone help with this. :&#124;</description>
		<content:encoded><![CDATA[<p>I was trying to install ffmpeg-php on Fedora9, I&#8217;ve downloaded the ffpmeg-php-0.6.0 and used phpize and ./configure &#8211;enable-shared &#8211;prefix=/usr and both of them worked fine but when I tried to run make I got the following error:<br />
&#8220;make: *** No targets specified and no makefile found.  Stop.&#8221;</p>
<p>I tried the same procedure with ffmpeg-php-0.5.1 and ffmpeg-0.5.0 but failed.<br />
Can anyone help with this. <img src='http://corpocrat.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-4871</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 04 Nov 2009 23:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-4871</guid>
		<description>I can&#039;t install ffmpeg-php using your instructions.  I continue to receive the error when I attempt to configure:

configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option


Thing is, ffmpeg is installed with --enable-shared:

[root@localhost ffmpeg-php-0.6.0]# ffmpeg
FFmpeg version 0.5-rpmfusion, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/openjpeg --extra-version=rpmfusion --enable-bzlib --enable-libdc1394 --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avfilter-lavf --enable-postproc --enable-swscale --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Mar 26 2009 19:39:46, gcc: 4.4.0 20090307 (Red Hat 4.4.0-0.23)


I am using Fedora 11.  I successfully installed ffmpeg and ffmpeg-devel via yum.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t install ffmpeg-php using your instructions.  I continue to receive the error when I attempt to configure:</p>
<p>configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the &#8211;enable-shared option</p>
<p>Thing is, ffmpeg is installed with &#8211;enable-shared:</p>
<p>[root@localhost ffmpeg-php-0.6.0]# ffmpeg<br />
FFmpeg version 0.5-rpmfusion, Copyright (c) 2000-2009 Fabrice Bellard, et al.<br />
  configuration: &#8211;prefix=/usr &#8211;bindir=/usr/bin &#8211;datadir=/usr/share/ffmpeg &#8211;incdir=/usr/include/ffmpeg &#8211;libdir=/usr/lib64 &#8211;mandir=/usr/share/man &#8211;arch=x86_64 &#8211;extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector &#8211;param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/openjpeg &#8211;extra-version=rpmfusion &#8211;enable-bzlib &#8211;enable-libdc1394 &#8211;enable-libfaac &#8211;enable-libfaad &#8211;enable-libgsm &#8211;enable-libmp3lame &#8211;enable-libopenjpeg &#8211;enable-libschroedinger &#8211;enable-libspeex &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-libx264 &#8211;enable-libxvid &#8211;enable-x11grab &#8211;enable-avfilter &#8211;enable-avfilter-lavf &#8211;enable-postproc &#8211;enable-swscale &#8211;enable-pthreads &#8211;disable-static &#8211;enable-shared &#8211;enable-gpl &#8211;disable-debug &#8211;disable-stripping &#8211;shlibdir=/usr/lib64<br />
  libavutil     49.15. 0 / 49.15. 0<br />
  libavcodec    52.20. 0 / 52.20. 0<br />
  libavformat   52.31. 0 / 52.31. 0<br />
  libavdevice   52. 1. 0 / 52. 1. 0<br />
  libavfilter    0. 4. 0 /  0. 4. 0<br />
  libswscale     0. 7. 1 /  0. 7. 1<br />
  libpostproc   51. 2. 0 / 51. 2. 0<br />
  built on Mar 26 2009 19:39:46, gcc: 4.4.0 20090307 (Red Hat 4.4.0-0.23)</p>
<p>I am using Fedora 11.  I successfully installed ffmpeg and ffmpeg-devel via yum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ege madra</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-4737</link>
		<dc:creator>ege madra</dc:creator>
		<pubDate>Sun, 11 Oct 2009 18:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-4737</guid>
		<description>Superb article. I managed to install it by reading this article. Thank you.</description>
		<content:encoded><![CDATA[<p>Superb article. I managed to install it by reading this article. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naina</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-4239</link>
		<dc:creator>Naina</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-4239</guid>
		<description>Great Post. Solved my problem.

Thanks</description>
		<content:encoded><![CDATA[<p>Great Post. Solved my problem.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samir</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-3401</link>
		<dc:creator>samir</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-3401</guid>
		<description>Great Post.
I install it successfully on server (rhel 5)
But I lost the display (Graphical mode). So that server is running on runlevel 3.
How can I get back the display of the server?
Thanks</description>
		<content:encoded><![CDATA[<p>Great Post.<br />
I install it successfully on server (rhel 5)<br />
But I lost the display (Graphical mode). So that server is running on runlevel 3.<br />
How can I get back the display of the server?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kekero</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2731</link>
		<dc:creator>kekero</dc:creator>
		<pubDate>Mon, 09 Feb 2009 09:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2731</guid>
		<description>I LOVE THIS! thanks! such a great guide!</description>
		<content:encoded><![CDATA[<p>I LOVE THIS! thanks! such a great guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotlizard</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2710</link>
		<dc:creator>dotlizard</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2710</guid>
		<description>oh thankyou thankyou thankyou. without this i don&#039;t think i could have done it. AMAZING tutorial, covered all the errors that might crop up really well and gave the answers.</description>
		<content:encoded><![CDATA[<p>oh thankyou thankyou thankyou. without this i don&#8217;t think i could have done it. AMAZING tutorial, covered all the errors that might crop up really well and gave the answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mc2w</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2313</link>
		<dc:creator>mc2w</dc:creator>
		<pubDate>Sat, 06 Dec 2008 18:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2313</guid>
		<description>Thanks man! You helped me out MAJORLY. Awesome post.</description>
		<content:encoded><![CDATA[<p>Thanks man! You helped me out MAJORLY. Awesome post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mulhern</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2139</link>
		<dc:creator>David Mulhern</dc:creator>
		<pubDate>Fri, 14 Nov 2008 18:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-2139</guid>
		<description>Thank you thank you thank you! Awesome - You saved me a ton of searching with the public key tip</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you! Awesome &#8211; You saved me a ton of searching with the public key tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark B</title>
		<link>http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-941</link>
		<dc:creator>Mark B</dc:creator>
		<pubDate>Sat, 13 Sep 2008 18:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2008/05/04/easy-install-ffmpeg-in-linux-servers/#comment-941</guid>
		<description>Brilliant, after a good bit of surfing, finally all the info I needed in one place. Very grateful, all the best</description>
		<content:encoded><![CDATA[<p>Brilliant, after a good bit of surfing, finally all the info I needed in one place. Very grateful, all the best</p>
]]></content:encoded>
	</item>
</channel>
</rss>
