gst-deepspeech
gst-deepspeech copied to clipboard
configure script should check if deepspeech lib is statically linked with tensorflow
In the default instructions, installing deepspeech makes a 50M .so file statically linked with tensorflow, so the -ltensorflow_cc library is not needed. The configure script should check for this.