Re: [FFmpeg-devel] [PATCH v7 3/3] lavc, doc, configure: add avs2 video decoder wrapper
On 05-07-2018 10:42 AM, hwren wrote: + +libdavs2 uses GPLv2, so you may also need to add @code{--enable-gpl} while configuring. Is it permissible to link against GPLv3 ffmpeg build? If yes, please change above line to what x264 section currently has. Thanks, Gyan
[FFmpeg-devel] [PATCH v7 3/3] lavc, doc, configure: add avs2 video decoder wrapper
Signed-off-by: hwren --- Changelog | 1 + configure | 4 ++ doc/decoders.texi | 10 +++ doc/general.texi | 8 +++ libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/libdavs2.c | 177 ++