Re: [FFmpeg-devel] [Compiled Failed] Trying to compile FFmpeg with mysofa and it failed at af_sofalizer.c:164:32

2019-08-28 Thread Paul B Mahol
On 8/27/19, Andrey Semashev wrote: > On 12/29/18 10:15 PM, James Almer wrote: >> On 12/29/2018 8:09 AM, Paul B Mahol wrote: >>> On 12/29/18, Ysy wrote: I was trying to compile FFmpeg with `--enable-libmysofa`, and it failed with this message below:

Re: [FFmpeg-devel] [Compiled Failed] Trying to compile FFmpeg with mysofa and it failed at af_sofalizer.c:164:32

2019-08-27 Thread Andrey Semashev
On 12/29/18 10:15 PM, James Almer wrote: On 12/29/2018 8:09 AM, Paul B Mahol wrote: On 12/29/18, Ysy wrote: I was trying to compile FFmpeg with `--enable-libmysofa`, and it failed with this message below: src/libavfilter/af_sofalizer.c:164:32: error: implicit declaration of function

Re: [FFmpeg-devel] [Compiled Failed] Trying to compile FFmpeg with mysofa and it failed at af_sofalizer.c:164:32

2018-12-29 Thread James Almer
On 12/29/2018 8:09 AM, Paul B Mahol wrote: > On 12/29/18, Ysy wrote: >> I was trying to compile FFmpeg with `--enable-libmysofa`, and it failed with >> this message below: >> >> src/libavfilter/af_sofalizer.c:164:32: error: implicit declaration of >> function

Re: [FFmpeg-devel] [Compiled Failed] Trying to compile FFmpeg with mysofa and it failed at af_sofalizer.c:164:32

2018-12-29 Thread Ysy
Oh I forget that. Thanks. Feel that I was a fool  ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [Compiled Failed] Trying to compile FFmpeg with mysofa and it failed at af_sofalizer.c:164:32

2018-12-29 Thread Paul B Mahol
On 12/29/18, Ysy wrote: > I was trying to compile FFmpeg with `--enable-libmysofa`, and it failed with > this message below: > > src/libavfilter/af_sofalizer.c:164:32: error: implicit declaration of > function 'mysofa_neighborhood_init_withstepdefine' is invalid in C99 >

[FFmpeg-devel] [Compiled Failed] Trying to compile FFmpeg with mysofa and it failed at af_sofalizer.c:164:32

2018-12-29 Thread Ysy
I was trying to compile FFmpeg with `--enable-libmysofa`, and it failed with this message below: src/libavfilter/af_sofalizer.c:164:32: error: implicit declaration of function 'mysofa_neighborhood_init_withstepdefine' is invalid in C99 [-Werror,-Wimplicit-function-declaration]