PDA

View Full Version : FFmpeg install problem multiple methods


Chad
17th July 2008, 05:50
Trying to install FFmpeg through this method:

http://forums.theplanet.com/index.php?showtopic=64541

I went through halfway without errors until the below command:

root@server [/usr/local/src]# svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
-bash: svn: command not found


I also tried:

perl -MCPAN -e shell
cpan> install FFmpeg

Errors

FFmpeg.xs:659: error: invalid type argument of `->'
FFmpeg.c: At top level:
./ffmpeg-6036.c:95: error: storage size of `frame_pix_fmt' isn't known
./ffmpeg-6036.c:258: error: storage size of `bitstream_filters' isn't known
{standard input}: Assembler messages:
{standard input}:473: Error: symbol `video_disable' is already defined
{standard input}:479: Error: symbol `video_stream_copy' is already defined
{standard input}:485: Error: symbol `audio_language' is already defined
{standard input}:491: Error: symbol `audio_disable' is already defined
{standard input}:497: Error: symbol `audio_stream_copy' is already defined
{standard input}:1027: Error: symbol `resampling_dst' is already defined
{standard input}:1033: Error: symbol `final_picture' is already defined
{standard input}:1064: Error: symbol `p' is already defined as "*COM*"/4
{standard input}:1070: Error: symbol `video_codec_id' is already defined
{standard input}:1076: Error: symbol `audio_codec_id' is already defined
make: *** [FFmpeg.o] Error 1
ALLENDAY/FFmpeg-6036.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
ALLENDAY/FFmpeg-6036.tar.gz : make NOI have Cpanel on Centos 5

topdog
17th July 2008, 09:01
for method1 you need to run this first
yum install subversion