blob: 3145e36ae18a3aaf9743c3ad653dcf791c71fd69 [file] [log] [blame]
Shri Borde7cd81492011-11-02 13:20:24 -07001# 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
10licenses(['notice']) # 3-clause BSD
11
12exports_files(['LICENSE'])
13
14package(default_visibility = ['//visibility:public'])