summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/ffmpeg/BUILD
blob: c1f2afc40492cac6d3c1738a376c7ebcdfe3d862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package(
    default_visibility = ["//benchmarks:__subpackages__"],
    licenses = ["notice"],
)

py_library(
    name = "ffmpeg",
    srcs = ["__init__.py"],
)

filegroup(
    name = "files",
    srcs = [
        "Dockerfile",
    ],
)