[tracker-miners/sam/libav-testing: 8/9] build: Disable cuesheet tests with ffmpeg/libav backend




commit baa02eef9063b75ed3562a5adb7377845bf85f61
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]