Disable building of some internal tools that no longer link
authorJoachim Bauch <bauch@struktur.de>
Tue, 25 Oct 2022 08:15:37 +0000 (09:15 +0100)
committerJoachim Bauch <bauch@struktur.de>
Tue, 25 Oct 2022 08:15:37 +0000 (09:15 +0100)
because internal symbols are no longer exported.

Gbp-Pq: Name disable_tools.patch

Makefile.am
dec265/Makefile.am

index bbacd3f8235a9200c11c69ef58391c534e387022..a275149d2ffc3418fa42de2678f33ad9c4f56f6e 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
index a8198ed7f1ef368086241649aee8a0acc45041bd..9de463da954f1200f1bb298157b33545ef57314e 100644 (file)
@@ -1,5 +1,5 @@
 
-bin_PROGRAMS = dec265 hdrcopy
+bin_PROGRAMS = dec265
 
 AM_CPPFLAGS = -I$(top_srcdir)/libde265 -I$(top_srcdir)
 
@@ -9,12 +9,6 @@ dec265_LDFLAGS =
 dec265_LDADD = ../libde265/libde265.la -lstdc++
 dec265_SOURCES = dec265.cc
 
-hdrcopy_DEPENDENCIES = ../libde265/libde265.la
-hdrcopy_CXXFLAGS =
-hdrcopy_LDFLAGS =
-hdrcopy_LDADD = ../libde265/libde265.la -lstdc++
-hdrcopy_SOURCES = hdrcopy.cc
-
 if HAVE_VIDEOGFX
   dec265_CXXFLAGS += $(VIDEOGFX_CFLAGS)
   dec265_LDFLAGS += $(VIDEOGFX_LIBS)