September 1, 2008 | In: FFMPEG
When we issue a “php -v” over command line or when we browse a phpinfo.php on a site this error occours.
Go to the source directory ffmpeg-phpXX.XX
#vi ffmpeg-php.c
comment the line
av_free_static()
rebuild ffmpeg-php and place the new...
The error received is
checking for ffmpeg support... yes, shared
checking for ffmpeg headers... configure: error: ffmpeg headers not
found. Make sure you've built ffmpeg as shared libs using the --enable-
shared option
This is due to missing...
You may receive the below error while installing ffmpeg-php in cPanel servers.
Error you receive......
checking for ffmpeg support... yes, shared
checking for ffmpeg headers... configure: error: ffmpeg headers not
found. Make sure you've built...
1.Create a new Directory under the src folder
mkdir /usr/local/src/ffmpeg
cd /usr/local/src/ffmpeg
2.Download all the Sources
wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
wget...