Re: [FFmpeg-user] a problem while installing ffmpeg from SHELL

2014-09-08 Thread Moritz Barsnick
On Mon, Sep 08, 2014 at 00:42:21 +0100, hh280 . wrote:
 ERROR: libfdk_aac not found

You don't seem to have libfdk_aac installed correctly.

Did the libfdk_aac section of the instructions go okay?
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#CompilationInstallation

 Include the log file config.log produced by configure as this will help
 solve the problem.

Why do you quote this message but not follow its instructions? Just
wondering, not that it matters much in this case.

Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] a problem while installing ffmpeg from SHELL

2014-09-08 Thread César Sepúlveda
You can use this script :D (you must be root.)

https://github.com/csepulveda/Scripts/blob/master/install_ffmpeg.sh

Bye!.



--
César Sepúlveda
Jefe de Plataforma
Mediastream Chile

Email: csepulv...@mediastre.am
Teléfono: +56 2 24029750

2014-09-08 4:36 GMT-03:00 Moritz Barsnick barsn...@gmx.net:

 On Mon, Sep 08, 2014 at 00:42:21 +0100, hh280 . wrote:
  ERROR: libfdk_aac not found

 You don't seem to have libfdk_aac installed correctly.

 Did the libfdk_aac section of the instructions go okay?

 https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#CompilationInstallation

  Include the log file config.log produced by configure as this will help
  solve the problem.

 Why do you quote this message but not follow its instructions? Just
 wondering, not that it matters much in this case.

 Moritz
 ___
 ffmpeg-user mailing list
 ffmpeg-user@ffmpeg.org
 http://ffmpeg.org/mailman/listinfo/ffmpeg-user

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] a problem while installing ffmpeg from SHELL

2014-09-08 Thread Nicolas George
Le duodi 22 fructidor, an CCXXII, Moritz Barsnick a écrit :
 This is OT, but that's a bad idea. It is totally sufficient - actually
 important, if you ask me - to build everything as non-root, and use
 your root priviledges only for make install (if actually needed).
 
 Make /opt/ffmpeg writable by the user calling thre script, and
 everything should be fine.

I second that. Another method, the one I use:

./configure --prefix=/opt/ffmpeg-XXX
make DESTDIR=/tmp/i install

And then only root privileges to cp -r from /tmp/i/opt to /opt.

Regards,

-- 
  Nicolas George


signature.asc
Description: Digital signature
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user