blob: 174649a5e926016309e5cb4612ec5c31dafbb623 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- tensorflow/contrib/ffmpeg/default/BUILD.orig 2021-01-04 20:18:42 UTC
+++ tensorflow/contrib/ffmpeg/default/BUILD
@@ -18,6 +18,7 @@ cc_library(
# Header is shared between implementations.
"//tensorflow/contrib/ffmpeg:ffmpeg_lib.h",
],
+ copts = ["-I%%LOCALBASE%%/include"],
deps = [
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
|