mirror of https://github.com/FFmpeg/FFmpeg.git
This reverts commit 61669b7c40
.
This commit broke building with MSVC due to its spec-incompliant handling
of ',' in __VA_ARGS__: These are not treated as argument separators for
further macros, so that in our case the init_vlc2() macro is treated as
having only one argument whenever the init_vlc() macro is used. See [1]
for further details.
[1]: https://reviews.llvm.org/D69626
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
pull/352/head
parent
92396cee60
commit
6401a5d4b8
2 changed files with 7 additions and 12 deletions
Loading…
Reference in new issue