Re: [FFmpeg-user] compilation error for armv6 (pi0)

2019-06-07 Thread Abu Abdullah
thanks for the hints. removing '--disable-optimizations' will solve it but i read in this list that it is needed for a debug version. The FLAGS are needed to enable mmal in Raspberry and other OS optimization. host system is Pi3 (armv8) and compile it for Pi0 (armv6) with the CFLAGS Removing all

Re: [FFmpeg-user] compilation error for armv6 (pi0)

2019-06-07 Thread Carl Eugen Hoyos
Am Do., 6. Juni 2019 um 20:48 Uhr schrieb Abu Abdullah : > I'm facing this issue while compiling ffmpeg on raspberry pi0 You forgot to provide the actual error. Please run "make ffmpeg" (or "make libavutil/libavutil.so") twice and provide only the complete, uncut console output of the second run.

[FFmpeg-user] compilation error for armv6 (pi0)

2019-06-06 Thread Abu Abdullah
Hi, I'm facing this issue while compiling ffmpeg on raspberry pi0 *** ./libavutil/arm/intmath.h: In function ‘yuv2yuv_420p12to12_c’: ./libavutil/arm/intmath.h:77:5: warning: asm operand 2 probably doesn’t match constraints __asm__ ("usat %0, %2, %1" : "=r"(x) : "r"(a),

Re: [FFmpeg-user] compilation error

2018-05-31 Thread Moritz Barsnick
On Thu, May 31, 2018 at 20:51:35 +0200, Reindl Harald wrote: > > so just install the devel-package, given that you don#t say anything > about your operating system - who knows - on redhat "yum install > opus-devel" or remove "--enable-libopus" It's self-installed, see references to e.g. /home/ubu

Re: [FFmpeg-user] compilation error

2018-05-31 Thread Reindl Harald
Am 31.05.2018 um 18:52 schrieb Kote Pan: > error with OPUS > https://ftp.osuosl.org/pub/xiph/releases/opus/opus-1.2.1.tar.gz > > http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 > > attached config.log ERROR: opus not found using pkg-config so just install the devel-package, given that you

Re: [FFmpeg-user] Compilation Error on including libffmpeg-audio-dec library

2017-03-21 Thread Carl Eugen Hoyos
2017-03-20 8:20 GMT+01:00 Taruna Kumari : > I have included library libffmpeg-audio-dec in my code base through > kernel configuration file. Whatever this may be, it is not provided by FFmpeg and you cannot get support for it here. Does the following work with current FFmpeg git head? $ ./config

Re: [FFmpeg-user] compilation error

2016-11-07 Thread Carl Eugen Hoyos
>> Am 08.11.2016 um 00:36 schrieb William Morgan: >> >>> I'm using version 3.2 (using wget as shown on the compilation guide page) Please understand that only current git head is supported here. 2016-11-08 1:20 GMT+01:00 William Morgan : > Why not? Because it seemed redundant to simply copy what

Re: [FFmpeg-user] compilation error

2016-11-07 Thread William Morgan
Why not? Because it seemed redundant to simply copy what is already there. But if you insist, here it is: PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \ --prefix="$HOME/ffmpeg_build" \ --pkg-config-flags="--static" \ --extra-cflags="-I$HOME/ffmpeg_bui

Re: [FFmpeg-user] compilation error

2016-11-07 Thread Reindl Harald
Am 08.11.2016 um 00:36 schrieb William Morgan: I'm using version 3.2 (using wget as shown on the compilation guide page) and my configure line is exactly the same as on that page. what about posting the infor,ations you where asked? nobody cares about "exactly the same as on that page" *post

[FFmpeg-user] compilation error

2016-11-07 Thread William Morgan
eg at gmail.com *Mon Nov 7 01:22:36 EET 2016* - Previous message (by thread): [FFmpeg-user] compilation error <http://ffmpeg.org/pipermail/ffmpeg-user/2016-November/034227.html> - Next message (by thread): [FFmpeg-user] HLS stream playing issue - Mobile Firefox Android <http://ffmp

Re: [FFmpeg-user] compilation error

2016-11-06 Thread Carl Eugen Hoyos
2016-11-06 18:47 GMT+01:00 William Morgan : > I've been successfully using the guide at > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu for a long time, but > recently have run into this compilation error during the "make" for ffmpeg. Please provide the FFmpeg version you test (git log), yo

[FFmpeg-user] compilation error

2016-11-06 Thread William Morgan
I've been successfully using the guide at https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu for a long time, but recently have run into this compilation error during the "make" for ffmpeg. Searched the archives as well as Google, but couldn't resolve it myself. /usr/bin/ld: /home/bill/ffmpeg_bu

Re: [FFmpeg-user] Compilation Error

2016-09-16 Thread Dawood RASHID
m] Envoyé : mercredi 7 septembre 2016 20:15 À : ffmpeg-user@ffmpeg.org Cc : Dawood RASHID Objet : Re: [FFmpeg-user] Compilation Error On Wed, 7 Sep 2016 08:20:11 + Dawood RASHID wrote: > ERROR: libfdk_aac not found Did you ensure that libfdk_aac is there? I added you to CC since you are

Re: [FFmpeg-user] Compilation Error

2016-09-08 Thread Reindl Harald
Am 07.09.2016 um 10:20 schrieb Dawood RASHID: I am trying to compile ffmpeg using https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#FFmpeg But I am getting an error: --enable-libfdk-aac ERROR: libfdk_aac not found Can you please check the issue? that's self explaining - don't use --enab

Re: [FFmpeg-user] Compilation Error

2016-09-07 Thread Lou
On Wed, 7 Sep 2016 08:20:11 + Dawood RASHID wrote: > ERROR: libfdk_aac not found Did you ensure that libfdk_aac is there? I added you to CC since you are unsubscribed to the mailing list. Please check the archives in case there are other replies: https://lists.ffmpeg.org/pipermail/ffmpeg-u

[FFmpeg-user] Compilation Error

2016-09-07 Thread Dawood RASHID
Hi, I am trying to compile ffmpeg using https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#FFmpeg But I am getting an error: [oxia-root@compoz54 ffmpeg]$ ./configure --prefix="$HOME/ffmpeg_build" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindi