From: Joachim Bauch Date: Tue, 13 May 2025 07:32:27 +0000 (+0200) Subject: Disable building of some internal tools that no longer link X-Git-Tag: archive/raspbian/1.0.16-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cffb740e1f3c985205f1c262299e3b2cdd1ab121;p=libde265.git Disable building of some internal tools that no longer link because internal symbols are no longer exported. =================================================================== Gbp-Pq: Name disable_tools.patch --- diff --git a/Makefile.am b/Makefile.am index d5c7875..571538f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,12 +8,6 @@ if ENABLE_DEC265 SUBDIRS+=dec265 endif -if ENABLE_ENCODER -SUBDIRS+=enc265 -endif - -SUBDIRS+=tools - # Remove acceleration-speed test program, because it needs many internal functions (that have to be dllexported). # On the other hand, that tool was only used for development. # SUBDIRS+=acceleration-speed