mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
configure: Add config option for libva2 (VAAPI 1)
This commit is contained in:
parent
65c3a32836
commit
9c7a71145b
5
configure
vendored
5
configure
vendored
@ -2205,6 +2205,7 @@ CONFIG_EXTRA="
|
|||||||
texturedsp
|
texturedsp
|
||||||
texturedspenc
|
texturedspenc
|
||||||
tpeldsp
|
tpeldsp
|
||||||
|
vaapi_1
|
||||||
vaapi_encode
|
vaapi_encode
|
||||||
vc1dsp
|
vc1dsp
|
||||||
videodsp
|
videodsp
|
||||||
@ -6241,6 +6242,10 @@ enabled vaapi &&
|
|||||||
enabled vaapi &&
|
enabled vaapi &&
|
||||||
check_lib vaapi_x11 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 -lX11
|
check_lib vaapi_x11 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 -lX11
|
||||||
|
|
||||||
|
enabled vaapi &&
|
||||||
|
check_cpp_condition "va/va.h" "VA_CHECK_VERSION(1, 0, 0)" &&
|
||||||
|
enable vaapi_1
|
||||||
|
|
||||||
enabled vdpau &&
|
enabled vdpau &&
|
||||||
check_cpp_condition vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP" ||
|
check_cpp_condition vdpau/vdpau.h "defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP" ||
|
||||||
disable vdpau
|
disable vdpau
|
||||||
|
Loading…
x
Reference in New Issue
Block a user