Skip to content

Commit

Permalink
Cleanup deepspeech_utils library definition
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Sep 11, 2017
1 parent 8804044 commit 13e08c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native_client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ cc_library(
srcs = ["deepspeech_utils.cc",
"c_speech_features/c_speech_features.c",
"kiss_fft130/kiss_fft.c",
"kiss_fft130/tools/kiss_fftr.c"],
hdrs = ["deepspeech_utils.h",
"kiss_fft130/tools/kiss_fftr.c",
"c_speech_features/c_speech_features.h",
"c_speech_features/c_speech_features_config.h",
"kiss_fft130/kiss_fft.h",
"kiss_fft130/_kiss_fft_guts.h",
"kiss_fft130/tools/kiss_fftr.h"],
hdrs = ["deepspeech_utils.h"],
includes = ["c_speech_features",
"kiss_fft130"],

Expand Down

0 comments on commit 13e08c6

Please sign in to comment.