From cb8cf8455031d5815f1d028672aea70628b2156f Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 15 Dec 2022 16:40:12 +0000 Subject: [PATCH] Disable building of some internal tools that no longer link because internal symbols are not exported. Gbp-Pq: Name disable_tools.patch --- Makefile.am | 4 ---- dec265/Makefile.am | 8 +------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index f98e657..905409d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,10 +8,6 @@ if ENABLE_DEC265 SUBDIRS+=dec265 endif -SUBDIRS+=enc265 -SUBDIRS+=tools -SUBDIRS+=acceleration-speed - if ENABLE_SHERLOCK265 SUBDIRS+=sherlock265 endif diff --git a/dec265/Makefile.am b/dec265/Makefile.am index 06f2540..a997cc6 100644 --- a/dec265/Makefile.am +++ b/dec265/Makefile.am @@ -1,5 +1,5 @@ -bin_PROGRAMS = dec265 hdrcopy +bin_PROGRAMS = dec265 AM_CPPFLAGS = -I../libde265 @@ -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) -- 2.30.2