intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

MFX_VERSION_NEXT is not defined #4

Closed uartie closed 3 years ago

uartie commented 3 years ago

When including mfxdefs.h in application code the compiler generates warning:

/media/install/include/vpl/mfxdefs.h:88:52: warning: "MFX_VERSION_NEXT" is not defined, evaluates to 0 [-Wundef]
   88 | #if !defined(MFX_DEPRECATED_OFF) && (MFX_VERSION < MFX_VERSION_NEXT)
mav-intel commented 3 years ago

Fixed in v2021.4.0 (d5c0725)