diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2021-02-19 08:51:35 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2022-08-12 10:43:39 +0800 |
commit | 7c713ab42caf07ef8db9a8725fa4068cb0690ac2 (patch) | |
tree | b60861d6ac5404ffde469f1f791aebb245707ee8 /libswresample/audioconvert.h | |
parent | fea5aed2796e27377243c9d6fb5a85b5f4952746 (diff) | |
download | ffmpeg-7c713ab42caf07ef8db9a8725fa4068cb0690ac2.tar.gz |
configure: fix the check for MFX_CODEC_VP9
The data structures for VP9 in mfxvp9.h is wrapped by
MFX_VERSION_NEXT, which means those data structures have never been used
in a public release. Actually MFX_CODEC_VP9 and other VP9 stuffs are
added in mfxstructures.h. In addition, mfxdefs.h is included in
mfxvp9.h, so we may use the check in this patch for MFX_CODEC_VP9
This is in preparation for oneVPL support because mfxvp9.h is removed
from oneVPL [1]
[1]: https://github.com/oneapi-src/oneVPL
Diffstat (limited to 'libswresample/audioconvert.h')
0 files changed, 0 insertions, 0 deletions