From: Debian Multimedia Maintainers Date: Mon, 11 Jan 2016 18:12:19 +0000 (+0000) Subject: disable_tools X-Git-Tag: archive/raspbian/1.0.3-1+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=05df4bbfe342de7407c821ca6b2b7832414d1788;p=libde265.git disable_tools Gbp-Pq: Name disable_tools.patch --- diff --git a/Makefile.am b/Makefile.am index ddda31b..905409d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,10 +8,6 @@ if ENABLE_DEC265 SUBDIRS+=dec265 endif -SUBDIRS+=enc265 - -SUBDIRS+=tools - 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)