Skip to content

Commit

Permalink
Merge 86f2ef4 into b575134
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosone committed Mar 19, 2019
2 parents b575134 + 86f2ef4 commit 4785d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
before_install:
- sudo apt update
- sudo apt install libasound2 libasound2-dev
Expand Down
2 changes: 1 addition & 1 deletion minimp3.h
Expand Up @@ -1804,4 +1804,4 @@ void mp3dec_f32_to_s16(const float *in, int16_t *out, int num_samples)
}
}
#endif /* MINIMP3_FLOAT_OUTPUT */
#endif /* MINIMP3_IMPLEMENTATION && !_MINIMP3_IMPLEMENTATION_GUARD */
#endif /* MINIMP3_IMPLEMENTATION && !_MINIMP3_IMPLEMENTATION_GUARD */

0 comments on commit 4785d44

Please sign in to comment.