-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.in
47 lines (40 loc) · 1.41 KB
/
config.in
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
42
43
44
45
46
47
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_VIDEOCOREMMAL
bool "vdec videocoremmal implementation"
default false
help
Enable the VideoCore MMAL (RaspberryPi) 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.