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

Matthew Wolenetz wolenetz at chromium.org
Thu Dec 15 01:31:24 EET 2016


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:
b281073a7b1ccff67b2cd8ec636facceeeb82327
5d76f94a515900260f185d5949f72ed6fa4bdd94
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 591845-lavf-wavdec.c-Fix-unresolved-symbols-on-Mac-and-VS20.patch
Type: text/x-patch
Size: 2452 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161214/8bace76a/attachment.bin>


More information about the ffmpeg-devel mailing list