Make video_codec_interface visible.
These headers contain public defines for the module, so it makes sense it's visible. Bug: webrtc:7620 Change-Id: I4c2604dcfb3beb4bfa0803a15d0e1a89c374e4cf Reviewed-on: https://webrtc-review.googlesource.com/39261 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21616}
This commit is contained in:
committed by
Commit Bot
parent
b4017712c5
commit
a2ac1b4b22
@ -128,6 +128,7 @@ rtc_static_library("video_coding") {
|
||||
}
|
||||
|
||||
rtc_source_set("video_codec_interface") {
|
||||
visibility = [ "*" ]
|
||||
sources = [
|
||||
"include/video_codec_interface.h",
|
||||
"include/video_coding_defines.h",
|
||||
|
||||
Reference in New Issue
Block a user