2016-03-17 12:05:36 +01:00
|
|
|
include_rules = [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+audio",
|
|
|
|
|
"+logging/rtc_event_log",
|
|
|
|
|
"+modules/audio_coding",
|
|
|
|
|
"+modules/audio_device",
|
|
|
|
|
"+modules/audio_mixer",
|
|
|
|
|
"+modules/audio_processing",
|
|
|
|
|
"+modules/bitrate_controller",
|
|
|
|
|
"+modules/congestion_controller",
|
|
|
|
|
"+modules/pacing",
|
|
|
|
|
"+modules/rtp_rtcp",
|
|
|
|
|
"+modules/utility",
|
|
|
|
|
"+system_wrappers",
|
|
|
|
|
"+voice_engine",
|
|
|
|
|
"+video",
|
2016-03-17 12:05:36 +01:00
|
|
|
]
|
2017-08-22 05:43:23 -07:00
|
|
|
|
|
|
|
|
specific_include_rules = {
|
|
|
|
|
"video_receive_stream\.h": [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+common_video/include",
|
|
|
|
|
"+media/base",
|
2017-08-22 05:43:23 -07:00
|
|
|
],
|
|
|
|
|
"video_send_stream\.h": [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+common_video/include",
|
|
|
|
|
"+media/base",
|
2017-08-22 05:43:23 -07:00
|
|
|
],
|
|
|
|
|
}
|