blob: 8f7e9650f469f7616b59121d8888a2e7d6b57e6e (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
"+third_party/libvpx",
# For video copying, cropping and scaling.
# TODO(wuchengli): remove this when RTCVideoEncoder supports zero copy.
"+third_party/libyuv",
'+third_party/opus',
'+third_party/webrtc_overrides',
]
|