-
Notifications
You must be signed in to change notification settings - Fork 2
/
Config.in
88 lines (65 loc) · 1.74 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
menuconfig RV_TARGET_RKMEDIA
bool "[rv] media library"
default y
if RV_TARGET_RKMEDIA
config RV_TARGET_RKMEDIA_MPP
bool "rk mpp wrapper"
select RV_TARGET_MPP
help
wrapped function of rk mpp
if RV_TARGET_RKMEDIA_MPP
config RV_TARGET_RKMEDIA_MPP_ENCODER
bool "rk mpp encoder"
default y
help
wrapped function of rk mpp encoder
config RV_TARGET_RKMEDIA_MPP_DECODER
bool "rk mpp decoder"
default y
help
wrapped function of rk mpp decoder
endif # RV_TARGET_RKMEDIA_MPP
config RV_TARGET_RKMEDIA_OGG
bool "ogg"
select RV_TARGET_LIBVORBIS
help
wrapped function of ogg vorbis
if RV_TARGET_RKMEDIA_OGG
config RV_TARGET_RKMEDIA_OGGVORBIS_DEMUXER
bool "ogg vorbis demuxer_decode"
default y
help
wrapped function of libvorbisfile
config RV_TARGET_RKMEDIA_OGGVORBIS_MUXER
bool "ogg vorbis encode_muxer"
help
wrapped function of libvorbisenc
endif # RV_TARGET_RKMEDIA_OGG
if RV_TARGET_ALSA_LIB
config RV_TARGET_RKMEDIA_ALSA_PLAYBACK
bool "alsa playback"
help
wrapped function of alsa playback
config RV_TARGET_RKMEDIA_ALSA_CAPTURE
bool "alsa capture"
help
wrapped function of alsa capture
endif # RV_TARGET_ALSA_LIB
config RV_TARGET_RKMEDIA_LIVE555
bool "live555"
select RV_TARGET_LIVE555
help
live555 is an rtsp server and client
if RV_TARGET_RKMEDIA_LIVE555
config RV_TARGET_RKMEDIA_RTSP_SERVER
bool "rtsp server"
help
live555 rtsp server
if RV_TARGET_RKMEDIA_RTSP_SERVER
config RV_TARGET_RKMEDIA_RTSP_SERVER_H264
bool "rtsp server h264 session"
help
live555 rtsp server h264 session
endif # RV_TARGET_RKMEDIA_RTSP_SERVER
endif # RV_TARGET_RKMEDIA_LIVE555
endif # RV_TARGET_RKMEDIA