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




commit 3820b8a46d05d6612a83f730cb56969d3e8c4b4a
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 8723c9d38..38584c7da 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]