<?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: Installing ffmpeg-php on Centos 5</title>
	<atom:link href="http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/</link>
	<description>PHP, MySQL, ZF, Python, Linux, Mac, C++, Java, Flex, Air, ActionScript &#38; apps development.</description>
	<lastBuildDate>Tue, 20 Jul 2010 18:28:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9019</generator>
	<item>
		<title>By: meggae</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-788</link>
		<dc:creator>meggae</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-788</guid>
		<description>hi makis,

i get the same error as you do for 

make: *** [ffmpeg_frame.lo] Error 1

maybe you should try to go to where you install your ffmpeg file for example 

cd /usr/local/src/ffmpeg-php-0.5.2.0/

and try ls -l

you can see a file called ffmpeg_frame.loT in there,
change the name of the file

mv ffmpeg_frame.loT ffmpeg_frame.lo

and try to rebuild again, type :
make
make install

cheers.</description>
		<content:encoded><![CDATA[<p>hi makis,</p>
<p>i get the same error as you do for </p>
<p>make: *** [ffmpeg_frame.lo] Error 1</p>
<p>maybe you should try to go to where you install your ffmpeg file for example </p>
<p>cd /usr/local/src/ffmpeg-php-0.5.2.0/</p>
<p>and try ls -l</p>
<p>you can see a file called ffmpeg_frame.loT in there,<br />
change the name of the file</p>
<p>mv ffmpeg_frame.loT ffmpeg_frame.lo</p>
<p>and try to rebuild again, type :<br />
make<br />
make install</p>
<p>cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makis</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-771</link>
		<dc:creator>Makis</dc:creator>
		<pubDate>Fri, 07 Aug 2009 11:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-771</guid>
		<description>Thanks for this guide.
I m running a centos 5.x server on 64 bits.
I m getting error while trying to &quot;make instal&quot; ffmpeg-php
this is my error log:
------------------------------
/bin/sh /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/libtool --mode=compile gcc  -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg  -I/usr/include/php -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c -o ffmpeg-php.lo
mkdir .libs
 gcc -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c: In function &#039;zm_startup_ffmpeg&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c:110: warning: implicit declaration of function &#039;avcodec_build&#039;
/bin/sh /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/libtool --mode=compile gcc  -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg  -I/usr/include/php -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c -o ffmpeg_movie.lo
 gcc -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c  -fPIC -DPIC -o .libs/ffmpeg_movie.o
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function &#039;_php_get_av_frame&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1246: warning: &#039;avcodec_decode_video&#039; is deprecated (declared at /usr/local/include/ffmpeg/avcodec.h:3256)
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function &#039;_php_get_ff_frame&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1333: warning: implicit declaration of function &#039;img_copy&#039;
/bin/sh /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/libtool --mode=compile gcc  -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg  -I/usr/include/php -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c -o ffmpeg_frame.lo
 gcc -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c  -fPIC -DPIC -o .libs/ffmpeg_frame.o
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#039;_php_convert_frame&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:202: warning: implicit declaration of function &#039;img_convert&#039;
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#039;_php_crop_frame&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:260: warning: implicit declaration of function &#039;img_copy&#039;
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#039;_php_resample_frame&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: &#039;ImgReSampleContext&#039; undeclared (first use in this function)
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: (Each undeclared identifier is reported only once
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: for each function it appears in.)
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: &#039;img_resample_ctx&#039; undeclared (first use in this function)
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:308: warning: implicit declaration of function &#039;img_resample_full_init&#039;
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:321: warning: implicit declaration of function &#039;img_resample&#039;
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:326: warning: implicit declaration of function &#039;img_resample_close&#039;
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#039;zif_toGDImage&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:448: error: &#039;PIX_FMT_RGBA32&#039; undeclared (first use in this function)
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#039;zif_ffmpeg_frame&#039;:
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:533: error: &#039;PIX_FMT_RGBA32&#039; undeclared (first use in this function)
make: *** [ffmpeg_frame.lo] Error 1
------------------------------</description>
		<content:encoded><![CDATA[<p>Thanks for this guide.<br />
I m running a centos 5.x server on 64 bits.<br />
I m getting error while trying to &#8220;make instal&#8221; ffmpeg-php<br />
this is my error log:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
/bin/sh /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/libtool &#8211;mode=compile gcc  -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg  -I/usr/include/php -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c -o ffmpeg-php.lo<br />
mkdir .libs<br />
 gcc -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c: In function &#8216;zm_startup_ffmpeg&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg-php.c:110: warning: implicit declaration of function &#8216;avcodec_build&#8217;<br />
/bin/sh /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/libtool &#8211;mode=compile gcc  -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg  -I/usr/include/php -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c -o ffmpeg_movie.lo<br />
 gcc -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c  -fPIC -DPIC -o .libs/ffmpeg_movie.o<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function &#8216;_php_get_av_frame&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1246: warning: &#8216;avcodec_decode_video&#8217; is deprecated (declared at /usr/local/include/ffmpeg/avcodec.h:3256)<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function &#8216;_php_get_ff_frame&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1333: warning: implicit declaration of function &#8216;img_copy&#8217;<br />
/bin/sh /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/libtool &#8211;mode=compile gcc  -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg  -I/usr/include/php -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c -o ffmpeg_frame.lo<br />
 gcc -I. -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/include -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/main -I/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/ffmpeg -I/usr/include/php -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c  -fPIC -DPIC -o .libs/ffmpeg_frame.o<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#8216;_php_convert_frame&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:202: warning: implicit declaration of function &#8216;img_convert&#8217;<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#8216;_php_crop_frame&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:260: warning: implicit declaration of function &#8216;img_copy&#8217;<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#8216;_php_resample_frame&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: &#8216;ImgReSampleContext&#8217; undeclared (first use in this function)<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: (Each undeclared identifier is reported only once<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: for each function it appears in.)<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: &#8216;img_resample_ctx&#8217; undeclared (first use in this function)<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:308: warning: implicit declaration of function &#8216;img_resample_full_init&#8217;<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:321: warning: implicit declaration of function &#8216;img_resample&#8217;<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:326: warning: implicit declaration of function &#8216;img_resample_close&#8217;<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#8216;zif_toGDImage&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:448: error: &#8216;PIX_FMT_RGBA32&#8242; undeclared (first use in this function)<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function &#8216;zif_ffmpeg_frame&#8217;:<br />
/usr/src/ffmpeg-packages/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:533: error: &#8216;PIX_FMT_RGBA32&#8242; undeclared (first use in this function)<br />
make: *** [ffmpeg_frame.lo] Error 1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-766</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 12 Jul 2009 05:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-766</guid>
		<description>Having the same problem with liba52 when installing fmpeg

running centos 5.3 64 bit.

help please.</description>
		<content:encoded><![CDATA[<p>Having the same problem with liba52 when installing fmpeg</p>
<p>running centos 5.3 64 bit.</p>
<p>help please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-765</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 12 Jul 2009 05:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-765</guid>
		<description>same problem as above liba52</description>
		<content:encoded><![CDATA[<p>same problem as above liba52</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-760</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 05 Jul 2009 05:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-760</guid>
		<description>Worked like a charm! Thank you!</description>
		<content:encoded><![CDATA[<p>Worked like a charm! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elvis McNeely</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-746</link>
		<dc:creator>Elvis McNeely</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-746</guid>
		<description>Hi, thanks for the tutorial. I am running into a few probelms. On several occasions I am getting this error repeatedly when running &quot;make&quot;

make: *** No rule to make target `install&#039;

Any tips would be appreciated. I am running on Centos 5, 32bit.

Here is the output of the &quot;# Install ffmpeg&quot; step

[root@tricera a52dec-0.7.4]# cd ..
[root@tricera ffmpeg-packages]# cd ffmpeg
[root@tricera ffmpeg]# ./configure --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-libfaad --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-liba52 --enable-libfaac --disable-ffserver --disable-ffplay --enable-libtheora --enable-libvorbis --enable-shared
Unknown option &quot;--enable-liba52&quot;.
See ./configure --help for available options.
[root@tricera ffmpeg]# make
Makefile:1: config.mak: No such file or directory
libavdevice/Makefile:1: libavdevice/../config.mak: No such file or directory
libavformat/Makefile:1: libavformat/../config.mak: No such file or directory
libavcodec/Makefile:1: libavcodec/../config.mak: No such file or directory
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory
libswscale/Makefile:1: libswscale/../config.mak: No such file or directory
&gt; libswscale/yuv2rgb.d
&gt; libswscale/swscale.d
&gt; libswscale/rgb2rgb.d
&gt; libswscale/options.d
make: *** No rule to make target `libswscale/../config.mak&#039;.  Stop.
[root@tricera ffmpeg]# make install
Makefile:1: config.mak: No such file or directory
libavdevice/Makefile:1: libavdevice/../config.mak: No such file or directory
libavformat/Makefile:1: libavformat/../config.mak: No such file or directory
libavcodec/Makefile:1: libavcodec/../config.mak: No such file or directory
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory
libswscale/Makefile:1: libswscale/../config.mak: No such file or directory
make: *** No rule to make target `libswscale/../config.mak&#039;.  Stop.
[root@tricera ffmpeg]# export LD_LIBRARY_PATH=/usr/local/lib
[root@tricera ffmpeg]# cd ..</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the tutorial. I am running into a few probelms. On several occasions I am getting this error repeatedly when running &#8220;make&#8221;</p>
<p>make: *** No rule to make target `install&#8217;</p>
<p>Any tips would be appreciated. I am running on Centos 5, 32bit.</p>
<p>Here is the output of the &#8220;# Install ffmpeg&#8221; step</p>
<p>[root@tricera a52dec-0.7.4]# cd ..<br />
[root@tricera ffmpeg-packages]# cd ffmpeg<br />
[root@tricera ffmpeg]# ./configure &#8211;enable-gpl &#8211;enable-postproc &#8211;enable-nonfree &#8211;enable-postproc &#8211;enable-libfaad &#8211;enable-avfilter &#8211;enable-pthreads &#8211;enable-libxvid &#8211;enable-libx264 &#8211;enable-libmp3lame &#8211;enable-liba52 &#8211;enable-libfaac &#8211;disable-ffserver &#8211;disable-ffplay &#8211;enable-libtheora &#8211;enable-libvorbis &#8211;enable-shared<br />
Unknown option &#8220;&#8211;enable-liba52&#8243;.<br />
See ./configure &#8211;help for available options.<br />
[root@tricera ffmpeg]# make<br />
Makefile:1: config.mak: No such file or directory<br />
libavdevice/Makefile:1: libavdevice/../config.mak: No such file or directory<br />
libavformat/Makefile:1: libavformat/../config.mak: No such file or directory<br />
libavcodec/Makefile:1: libavcodec/../config.mak: No such file or directory<br />
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory<br />
libswscale/Makefile:1: libswscale/../config.mak: No such file or directory<br />
&gt; libswscale/yuv2rgb.d<br />
&gt; libswscale/swscale.d<br />
&gt; libswscale/rgb2rgb.d<br />
&gt; libswscale/options.d<br />
make: *** No rule to make target `libswscale/../config.mak&#8217;.  Stop.<br />
[root@tricera ffmpeg]# make install<br />
Makefile:1: config.mak: No such file or directory<br />
libavdevice/Makefile:1: libavdevice/../config.mak: No such file or directory<br />
libavformat/Makefile:1: libavformat/../config.mak: No such file or directory<br />
libavcodec/Makefile:1: libavcodec/../config.mak: No such file or directory<br />
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory<br />
libswscale/Makefile:1: libswscale/../config.mak: No such file or directory<br />
make: *** No rule to make target `libswscale/../config.mak&#8217;.  Stop.<br />
[root@tricera ffmpeg]# export LD_LIBRARY_PATH=/usr/local/lib<br />
[root@tricera ffmpeg]# cd ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me2resh</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-726</link>
		<dc:creator>Me2resh</dc:creator>
		<pubDate>Wed, 27 May 2009 10:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-726</guid>
		<description>@greg sidberry : Some people has encountered errors with the ffmpeg installer, i believe building from sources is more reliable, since you know what exactly you are installing.
@paul : You should remove any failure trials completely first, any luck so far ?
@Juan Pablo Garc?a Nieto , @Kamal , @Buzz: Have you tried to reinstall the php module again
@mrtek, @Rafferty, @Abhay, @sionice : You are welcome :)</description>
		<content:encoded><![CDATA[<p>@greg sidberry : Some people has encountered errors with the ffmpeg installer, i believe building from sources is more reliable, since you know what exactly you are installing.<br />
@paul : You should remove any failure trials completely first, any luck so far ?<br />
@Juan Pablo Garc?a Nieto , @Kamal , @Buzz: Have you tried to reinstall the php module again<br />
@mrtek, @Rafferty, @Abhay, @sionice : You are welcome <img src='http://www.php-architect.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sionice</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-724</link>
		<dc:creator>sionice</dc:creator>
		<pubDate>Wed, 27 May 2009 07:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-724</guid>
		<description>I had to make a couple minor tweaks to this posted process, though it was by FAR the best guide out there that helped with a ton of my questions.  I&#039;m not very knowledgeable on this type of thing, though you made it moderately painless.  Thanks =)</description>
		<content:encoded><![CDATA[<p>I had to make a couple minor tweaks to this posted process, though it was by FAR the best guide out there that helped with a ton of my questions.  I&#8217;m not very knowledgeable on this type of thing, though you made it moderately painless.  Thanks =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhay</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-712</link>
		<dc:creator>Abhay</dc:creator>
		<pubDate>Wed, 20 May 2009 06:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-712</guid>
		<description>That ffmpeginstall somebody is recommending above to use SUCKS !!! 
I don&#039;t know, who have done that patch, but please, at least test it&#039;s running......
God forbid me, but don&#039;t recommend such crap...
It&#039;s better you go from the scratch....</description>
		<content:encoded><![CDATA[<p>That ffmpeginstall somebody is recommending above to use SUCKS !!!<br />
I don&#8217;t know, who have done that patch, but please, at least test it&#8217;s running&#8230;&#8230;<br />
God forbid me, but don&#8217;t recommend such crap&#8230;<br />
It&#8217;s better you go from the scratch&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafferty</title>
		<link>http://www.php-architect.com/blog/2008/07/01/installing-ffmpeg-php-on-centos-5/comment-page-1/#comment-497</link>
		<dc:creator>Rafferty</dc:creator>
		<pubDate>Sun, 01 Mar 2009 22:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdelaliem.com/?p=64#comment-497</guid>
		<description>I wanted to comment and thank the author, good stuff</description>
		<content:encoded><![CDATA[<p>I wanted to comment and thank the author, good stuff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
