Re: [Libav-user] Compiling with libavutil - libavutil/avconfig.h not found

2020-11-30 Thread Brad Hards
Simon, libavutil/avconfig.h is a result of the build process. See https://github.com/FFmpeg/FFmpeg/blob/master/configure#L7621-L7631 In any case, you want the version that matches your libraries. Brad ___ Libav-user mailing list

Re: [Libav-user] Compiling with libavutil - libavutil/avconfig.h not found

2020-11-30 Thread Simon Brown
Hi Carl, I didn't try to configure, I have the libraries prebuilt and just downloaded the source code for the include files so that I could compile using the libraries. But if I browse the source directory, common.h is in libavutil, and it refers to avconfig.h but that doesn't exist. Or are you

Re: [Libav-user] Compiling with libavutil - libavutil/avconfig.h not found

2020-11-30 Thread Carl Eugen Hoyos
Am Mo., 30. Nov. 2020 um 17:04 Uhr schrieb Simon Brown : > > I am currently getting a compiler error saying libavutil/avconfig.h not found. Which configure line did you test? Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org

[Libav-user] Compiling with libavutil - libavutil/avconfig.h not found

2020-11-30 Thread Simon Brown
I am currently getting a compiler error saying libavutil/avconfig.h not found. This is included from libavutil/common.h I've just downloaded the latest git, and it's the same, avconfig.h not found. And I've searched on github and there common.h still includes avconfig.h and avconfig.h doesn't