]> git.sesse.net Git - ffmpeg/commit
options_table: fix compatibility with MSVC
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Sun, 23 Aug 2015 09:16:10 +0000 (11:16 +0200)
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Sun, 23 Aug 2015 21:35:14 +0000 (23:35 +0200)
commit01594ebb077c54961334b7ca82676b453f1eefd9
tree456b8ef70e19337e42f0d2a7e4049c233936b266
parent03e71cccba288e8f3c8ad57ed77b0b267caf8dd1
options_table: fix compatibility with MSVC

Including libavutil/internal.h breaks compilation of doc/print_options.c
with MSVC due to linking avpriv_strtod/avpriv_snprintf.

This reverts part of commit 095347f.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
libavcodec/options_table.h