Disable building of some internal tools that no longer link
authorJoachim Bauch <bauch@struktur.de>
Sun, 30 Aug 2026 20:56:35 +0000 (22:56 +0200)
committerMoritz Mühlenhoff <jmm@debian.org>
Sun, 30 Aug 2026 20:56:35 +0000 (22:56 +0200)
because internal symbols are no longer exported.

Gbp-Pq: Name disable_tools.patch

Makefile.am

index b4098f8c755abdd5644063422c0c6c9463abfc29..0d669349d0722fa96108c0a44446f525c93566d9 100644 (file)
@@ -8,13 +8,6 @@ if ENABLE_DEC265
 SUBDIRS+=dec265
 endif
 
-if ENABLE_ENCODER
-SUBDIRS+=enc265
-endif
-
-SUBDIRS+=tools
-SUBDIRS+=acceleration-speed
-
 if ENABLE_SHERLOCK265
 SUBDIRS+=sherlock265
 endif