> From: ffmpeg-devel [mailto:[email protected]] On Behalf > Of Andreas Håkon via ffmpeg-devel > Sent: Thursday, April 18, 2019 6:11 PM > To: FFmpeg development discussions and patches > <[email protected]> > Cc: Andreas Håkon <[email protected]> > Subject: [FFmpeg-devel] [PATCH] libavcodec: QSV protect GPB code with > CO3 define > > Hi, > > In response to this ticket I provide the first part of the patch: > https://trac.ffmpeg.org/ticket/7839 > > This QSV_HAVE_GPB code needs to be protected by QSV_HAVE_CO3. > > Regards. > A.H.
Why it is must? It is impossible that QSV_HAVE_GPB is enabled but QSV_HAVE_CO3 is not enabled. QSV_HAVE_GPB is enabled by MSDK API v1.18, but QSV_HAVE_CO3 is API V1.11. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
