]> Some of my projects - anidbudpclient-overlay.git/commitdiff
Fix tsduck build without vatek
authorAPTX <aptx@aptx.org>
Sun, 18 Feb 2024 14:13:20 +0000 (23:13 +0900)
committerAPTX <aptx@aptx.org>
Sun, 18 Feb 2024 14:13:33 +0000 (23:13 +0900)
media-tv/tsduck/tsduck-9999.ebuild

index e70dcdbb54d4b645701a3a811e08f1010ed575f7..2e65289cdd95b8641637a676094d0daf670751c4 100644 (file)
@@ -33,6 +33,9 @@ src_compile() {
        use "srt" || make_opts+=" NOSRT=1"
        use "teletext" || make_opts+=" NOTELETEXT=1"
 
+       # TODO I have no VATEK device to test
+       make_opts+=" NOVATEK=1"
+
        emake $make_opts
 }