Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building v1.5.1, test fails #107

Open
mikenye opened this issue Jan 10, 2022 · 0 comments
Open

Building v1.5.1, test fails #107

mikenye opened this issue Jan 10, 2022 · 0 comments

Comments

@mikenye
Copy link

mikenye commented Jan 10, 2022

Hello,

While building version 1.5.1 from source, one of the tests fails:

Make command:

cmake \
      -DCMAKE_BUILD_TYPE=Release \
      -DBUILD_TOOLS=ON \
      -DBUILD_TESTS=ON \
      -DGTEST_SOURCE_DIR=/src/googletest/googletest \
      -DGTEST_INCLUDE_DIR=/src/googletest/googletest/include

Failing test:

[----------] 1 test from FFmpegAudioReaderTest
[ RUN      ] FFmpegAudioReaderTest.ReadRaw
/src/chromaprint/src/audio/ffmpeg_audio_reader_test.cpp:11: Failure
Value of: reader.SetInputFormat("s16le")
  Actual: false
Expected: true
[  FAILED  ] FFmpegAudioReaderTest.ReadRaw (0 ms)
[----------] 1 test from FFmpegAudioReaderTest (0 ms total)

Building using Ubuntu 18.04.

Please let me know if you need any more information, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant