• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
10licenses(['notice'])  #  3-clause BSD
11
12exports_files(['LICENSE'])
13
14package(default_visibility = ['//visibility:public'])
15