Project import generated by Copybara.
PiperOrigin-RevId: 253489161
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
# Description:
|
||||
# The libyuv package provides implementation yuv image conversion, rotation
|
||||
# and scaling.
|
||||
|
||||
licenses(["notice"]) # BSD license
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
cc_library(
|
||||
name = "libyuv",
|
||||
srcs = glob(
|
||||
[
|
||||
"source/*.cc",
|
||||
"include/libyuv/*.h",
|
||||
],
|
||||
),
|
||||
hdrs = [
|
||||
"include/libyuv/compare.h",
|
||||
"include/libyuv/convert.h",
|
||||
"include/libyuv/video_common.h",
|
||||
],
|
||||
includes = ["include"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user