1 # Copyright 2011 Google Inc. All Rights Reserved. 2 # 3 # Description: 4 # The libyuv package provides implementation yuv image conversion and 5 # scaling. 6 # 7 # This library is used by Talk Video and WebRTC. 8 # 9 10 licenses(['notice']) # 3-clause BSD 11 12 exports_files(['LICENSE']) 13 14 package(default_visibility = ['//visibility:public']) 15