[FFmpeg-devel] [PATCH] lavf/wavdec.c: Fix unresolved symbols on Mac and VS2015 Update 3

Hendrik Leppkes h.leppkes at gmail.com
Thu Dec 15 10:42:53 EET 2016


On Thu, Dec 15, 2016 at 12:31 AM, Matthew Wolenetz
<wolenetz at chromium.org> wrote:
> Some toolchains failed to link a dynamic library containing wavdec.c,
> but with either CONFIG_SPDIF_DEMUXER or CONFIG_W64_DEMUXER disabled.
> This change adds #if's to explicitly exclude code rather than depend on
> toolchain code elision of same condition using "if".
> Reference https://crbug.com/591845. Adapted from 2 Chromium ffmpeg
> patches for code style:
>

This seems like a rather odd issue to be toolchain specific. Can you
please provide a configure command line that would result in a broken
build?

- Hendrik


More information about the ffmpeg-devel mailing list