fix fst/type.h error

pull/2088/head
Hui Zhang 3 years ago
parent e17b7542f1
commit 9762b4a361

@ -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)

@ -1,6 +1,4 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
)

@ -1,6 +1,5 @@
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>

Loading…
Cancel
Save