mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/qsvenc: fix version detection on cygwin
This commit is contained in:
parent
f59c4e4391
commit
3f953379e1
|
@ -45,7 +45,7 @@
|
|||
#define QSV_HAVE_LA_DS QSV_VERSION_ATLEAST(1, 8)
|
||||
#define QSV_HAVE_LA_HRD QSV_VERSION_ATLEAST(1, 11)
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
#define QSV_HAVE_AVBR QSV_VERSION_ATLEAST(1, 3)
|
||||
#define QSV_HAVE_ICQ QSV_VERSION_ATLEAST(1, 8)
|
||||
#define QSV_HAVE_VCM QSV_VERSION_ATLEAST(1, 8)
|
||||
|
|
Loading…
Reference in New Issue