Re: [FFmpeg-devel] qsv: question on CONFIG macros

2020-09-06 Thread Mark Thompson
On 04/09/2020 16:57, Rogozhkin, Dmitry V wrote: Hi, Can someone, please, help to clarify: 1. Where CONFIG_QSV and CONFIG_LIBMFX gets defined (I don't see that in the grep output - attached below)? By configure, they end up in config.h in the build directory. 2. What's relationship between

Re: [FFmpeg-devel] qsv: question on CONFIG macros

2020-09-04 Thread js
> On Sep 4, 2020, at 23:58, Rogozhkin, Dmitry V > wrote: > > Hi, > > Can someone, please, help to clarify: > 1. Where CONFIG_QSV and CONFIG_LIBMFX gets defined (I don't see that in > the grep output - attached below)? Defined at config.h during “./configuration xxx” step. > 2. What's relati

[FFmpeg-devel] qsv: question on CONFIG macros

2020-09-04 Thread Rogozhkin, Dmitry V
Hi, Can someone, please, help to clarify: 1. Where CONFIG_QSV and CONFIG_LIBMFX gets defined (I don't see that in the grep output - attached below)? 2. What's relationship between these 2? Which one should actually be used? /from the first glance they are about the same.../ $ fgrep -rsn CONFIG_QS