Skip to content

Commit

Permalink
Merge pull request #11 from r9y9/compat
Browse files Browse the repository at this point in the history
Compat
  • Loading branch information
r9y9 committed Jul 2, 2016
2 parents 4e54e88 + 9769e90 commit baef58b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions REQUIRE
@@ -1,3 +1,4 @@
julia 0.4
SPTK 0.1.1
MelGeneralizedCepstrums 0.0.3
Compat 0.8.4
2 changes: 2 additions & 0 deletions src/SynthesisFilters.jl
Expand Up @@ -2,6 +2,8 @@ VERSION >= v"0.4.0-dev+6521" && __precompile__()

module SynthesisFilters

using Compat
import Compat: view
using MelGeneralizedCepstrums

import SPTK
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
@@ -1,8 +1,9 @@
using MelGeneralizedCepstrums
using SynthesisFilters
using Compat
using Base.Test

@unix_only include("sptk.jl")
@static is_linux() ? include("sptk.jl") : nothing

type TestSynthesisFilter <: SynthesisFilter
end
Expand Down

0 comments on commit baef58b

Please sign in to comment.