Re: [FFmpeg-devel] [PATCH 1/1] configure: use require_pkg_config to check for wavpack

2020-09-20 Thread Timo Rothenpieler
Consider just not using libwavpack at all. The ffmpeg native wavpack code has more features. There even is a patch on this list for its removal. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To u

Re: [FFmpeg-devel] [PATCH 1/1] configure: use require_pkg_config to check for wavpack

2020-09-20 Thread James Almer
On 9/20/2020 8:52 AM, Bernd Kuhls wrote: > Fixes static builds with toolchains needing "-lm" for math functions. > > Signed-off-by: Bernd Kuhls > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 5d68695192..4e6c6edd30 100755

Re: [FFmpeg-devel] [PATCH 1/1] configure: use require_pkg_config to check for wavpack

2020-09-20 Thread Jan Ekström
On Sun, Sep 20, 2020 at 3:34 PM Carl Eugen Hoyos wrote: > > > > > > > Am 20.09.2020 um 13:52 schrieb Bernd Kuhls : > > > > Fixes static builds with toolchains needing "-lm" for math functions. > > Please don’t. > Please reword this in another way if your meaning is to note that you'd like the con

Re: [FFmpeg-devel] [PATCH 1/1] configure: use require_pkg_config to check for wavpack

2020-09-20 Thread Carl Eugen Hoyos
> Am 20.09.2020 um 13:52 schrieb Bernd Kuhls : > > Fixes static builds with toolchains needing "-lm" for math functions. Please don’t. Why is this necessary? Doesn’t every FFmpeg link command contain -lm? Carl Eugen ___ ffmpeg-devel mailing list f

[FFmpeg-devel] [PATCH 1/1] configure: use require_pkg_config to check for wavpack

2020-09-20 Thread Bernd Kuhls
Fixes static builds with toolchains needing "-lm" for math functions. Signed-off-by: Bernd Kuhls --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5d68695192..4e6c6edd30 100755 --- a/configure +++ b/configure @@ -6438,7 +6438,7 @@ enabl