Commit 518b963d authored by Zhong Li's avatar Zhong Li

lavc/qsvenc: enable ICQ and ICQ_LA on Linux

ICQ/ICQ_LA are enabled with MSDK V1.28
Reviewed-by: 's avatarMark Thompson <sw@jkqxz.net>
Signed-off-by: 's avatarZhong Li <zhong.li@intel.com>
parent ba71ebbb
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
#define QSV_HAVE_MF 0 #define QSV_HAVE_MF 0
#else #else
#define QSV_HAVE_AVBR 0 #define QSV_HAVE_AVBR 0
#define QSV_HAVE_ICQ 0 #define QSV_HAVE_ICQ QSV_VERSION_ATLEAST(1, 28)
#define QSV_HAVE_VCM 0 #define QSV_HAVE_VCM 0
#define QSV_HAVE_QVBR 0 #define QSV_HAVE_QVBR 0
#define QSV_HAVE_MF QSV_VERSION_ATLEAST(1, 25) #define QSV_HAVE_MF QSV_VERSION_ATLEAST(1, 25)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment