Re: [FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-07 Thread Carl Eugen Hoyos
2018-09-07 4:09 GMT+02:00, Remo Rayamajhi : > In the newest veraion of FFMPEG compilation it gives error on yasm , nasm (which is now recommendend) is - just as yasm - a small binary that you can put in /usr/local/bin (or anywhere else in your $PATH), it is needed since many years for FFmpeg compi

Re: [FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-07 Thread Remo Rayamajhi
and for libaom and and libfdk-aac what should i do On Fri, Sep 7, 2018, 2:16 PM Mohammed Bey Ahmed Khernache < mohbeyi...@gmail.com> wrote: > >> In the newest veraion of FFMPEG compilation it gives error on yasm > replace --enable-yasm by --enable-x86asm > It worked for me. >

Re: [FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-07 Thread Mohammed Bey Ahmed Khernache
>> In the newest veraion of FFMPEG compilation it gives error on yasm replace --enable-yasm by --enable-x86asm It worked for me. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link

Re: [FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-06 Thread Remo Rayamajhi
In the newest veraion of FFMPEG compilation it gives error on yasm , liboam , as well as on libfdk_ aac codecs ... even i install correctly the with no erroe on those codecs and libraries so i tried with the older version . is there any way so i successfully install ffmpeg with no errors. On Th

Re: [FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-06 Thread Carl Eugen Hoyos
2018-09-06 13:09 GMT+02:00, Remo Rayamajhi : > > Hello I m using ubuntu server 16.04 , I need to compile the ffmpeg . > > I tried to install it from > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu I don't think so... > each time I got error > message on yasm nsam , libfdk , and now I m gtt

[FFmpeg-user] ffmpeg compile error on ubuntu

2018-09-06 Thread Remo Rayamajhi
Hello I m using ubuntu server 16.04 , I need to compile the ffmpeg . I tried to install it from https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu , each time I got error message on yasm nsam , libfdk , and now I m gtting error License: nonfree and unredistributable Creating config.mak, co

Re: [FFmpeg-user] FFMpeg compile error on Ubuntu 14.10

2015-03-01 Thread Carl Eugen Hoyos
SongHo Ri gmail.com> writes: > Here I attached the config.log and config,sh shell file. We do not support compilation scripts on this mailing list. Please try a minimal configure line and make sure it contains a path to a working compiler. Carl Eugen _