-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.in
More file actions
41 lines (35 loc) · 1.21 KB
/
config.in
File metadata and controls
41 lines (35 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
config VDEC_FFMPEG
bool "vdec ffmpeg implementation"
default false
help
Enable the ffmpeg implementation in libvideo-decode.
config VDEC_MEDIACODEC
bool "vdec mediacodec implementation"
default false
help
Enable the MediaCodec (Android) implementation in libvideo-decode.
config VDEC_TURBOJPEG
bool "vdec turbojpeg implementation"
default false
help
Enable the TurboJPEG implementation in libvideo-decode.
config VDEC_VIDEOTOOLBOX
bool "vdec videotoolbox implementation"
default false
help
Enable the VideoToolbox (iOS/macos) implementation in libvideo-decode.
config VDEC_HISI
bool "vdec hisi implementation"
default false
help
Enable the HiSilicon implementation in libvideo-decode.
config VDEC_AML
bool "vdec aml implementation"
default false
help
Enable the Amlogic implementation in libvideo-decode.
config VDEC_QCOM
bool "vdec qcom implementation"
default false
help
Enable the Qualcomm implementation in libvideo-decode.