[tracker-miners/sam/libav-testing: 13/14] build: Disable cuesheet tests with ffmpeg/libav backend
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/libav-testing: 13/14] build: Disable cuesheet tests with ffmpeg/libav backend
- Date: Wed, 31 Aug 2022 12:02:02 +0000 (UTC)
commit 535b8cdfc0e77233575cb9bd332686359f7aa340
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Wed Aug 31 13:17:06 2022 +0200
build: Disable cuesheet tests with ffmpeg/libav backend
This isn't implemented.
tests/functional-tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index e1df3e7a0..97e2fdecc 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -129,7 +129,7 @@ functional_tests = [
'cli',
]
-if libcue.found()
+if libcue.found() and generic_media_handler_name == 'gstreamer'
functional_tests += 'extractor-flac-cuesheet'
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]