LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   ffmpeg install error from SlackBuilds (https://www.linuxquestions.org/questions/slackware-14/ffmpeg-install-error-from-slackbuilds-767086/)

eraosso 11-05-2009 10:42 AM

ffmpeg install error from SlackBuilds
 
Hi,
I am trying to install ffmpeg from SlackBuilds but it ends up with the following error message: FAAD Test failed.

I have already tried the latest version but it still gets the same error.
Any hints?

Thanks,
eraosso

EricTRA 11-05-2009 10:49 AM

Hello,

Did you install the 'faad2' package also? It's needed by ffmpeg, you can get it from SlackBuilds.org.

Kind regards,

Eric

Didier Spaier 11-05-2009 11:02 AM

If you do not want FAAD support, either run the SlackBuild like this:
Code:

FAAD=no ./ffmpeg.SlackBuild
or edit it accordingly.

If you want FAAD support, install FAAD2 first -- it's available on slackbuilds.org too.

eraosso 11-05-2009 06:47 PM

Thanks Didier and Eric!
The FAAD issue is solved but now I end up with another error:
ERROR: libx264 not found
How can I solve this one?

Thanks again!
eraosso

slackass 11-05-2009 07:09 PM

by installing x264 witch requires yasm

BrZ 11-05-2009 07:10 PM

http://slackware.org.uk/people/alien...builds/ffmpeg/ should be a good start point. 'ffmpeg.SlackBuild' have one specific flag for libx264 (--enable-libx264).

If you don't need x264, disable it (--disable-libx264). When there, look around for other dependencies.

eraosso 11-05-2009 07:21 PM

Hi again! Problem solved! I did find the x264 library and successfully installed everything!

Learning and learning....

eraosso

TSquaredF 11-05-2009 07:23 PM

http://slackbuilds.org/repository/13.0/multimedia/x264/
Regards,
Bill


All times are GMT -5. The time now is 02:00 AM.