projects
/
libde265.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
779feb6
)
Disable building of some internal tools that no longer link
author
Joachim Bauch
<bauch@struktur.de>
Thu, 21 Dec 2023 08:29:24 +0000
(09:29 +0100)
committer
Joachim Bauch
<bauch@struktur.de>
Thu, 21 Dec 2023 08:29:24 +0000
(09:29 +0100)
because internal symbols are no longer exported.
Gbp-Pq: Name disable_tools.patch
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index b4098f8c755abdd5644063422c0c6c9463abfc29..0d669349d0722fa96108c0a44446f525c93566d9 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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