aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ffmpeg
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2016-05-15 10:04:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-15 11:13:12 -0700
commitc766ff4dac2cf5d0a026852cecc2ce985b6bd547 (patch)
tree981ae1f179d756eb6a4a6d0226e364e0953a1aea /tensorflow/contrib/ffmpeg
parentbac0b65edba7ddcd658b9689aa09003f95ee72c1 (diff)
Fix incorrect buildozer rule for contrib/ffmpeg/BUILD
Change: 122375488
Diffstat (limited to 'tensorflow/contrib/ffmpeg')
-rw-r--r--tensorflow/contrib/ffmpeg/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/ffmpeg/BUILD b/tensorflow/contrib/ffmpeg/BUILD
index 8fd8faf78f..34cbe0616e 100644
--- a/tensorflow/contrib/ffmpeg/BUILD
+++ b/tensorflow/contrib/ffmpeg/BUILD
@@ -76,7 +76,7 @@ tf_py_test(
srcs = ["decode_audio_op_test.py"],
additional_deps = [
":ffmpeg_ops_py",
- "//third_party/py/tensorflow",
+ "//tensorflow:tensorflow_py",
"//tensorflow/python:platform",
],
data = [
@@ -94,7 +94,7 @@ tf_py_test(
srcs = ["encode_audio_op_test.py"],
additional_deps = [
":ffmpeg_ops_py",
- "//third_party/py/tensorflow",
+ "//tensorflow:tensorflow_py",
"//tensorflow/python:platform",
],
data = [