提交 9762b4a3 编写于 作者: H Hui Zhang

fix fst/type.h error

上级 e17b7542
......@@ -14,4 +14,4 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
option(BUILD_SOX "Build libsox statically" ON)
add_subdirectory(paddlespeech/audio/third_party)
add_subdirectory(paddlespeech/audio//csrc)
add_subdirectory(paddlespeech/audio/src)
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
)
......
project(kaldi)
add_library(kaldi-base
base/io-funcs.cc
base/kaldi-error.cc
......
......@@ -42,7 +42,7 @@ typedef float BaseFloat;
// for discussion on what to do if you need compile kaldi
// without OpenFST, see the bottom of this this file
#ifndef COMPILE_WITHOUT_OPENFST
#if (COMPILE_WITHOUT_OPENFST != 0)
#include <fst/types.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册