aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libde265/files/patch-disable-tools
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libde265/files/patch-disable-tools')
-rw-r--r--multimedia/libde265/files/patch-disable-tools41
1 files changed, 0 insertions, 41 deletions
diff --git a/multimedia/libde265/files/patch-disable-tools b/multimedia/libde265/files/patch-disable-tools
deleted file mode 100644
index dfc6858e34dd..000000000000
--- a/multimedia/libde265/files/patch-disable-tools
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: Disable building of some internal tools that no longer link
- because internal symbols are no longer exported.
-Author: Joachim Bauch <bauch@struktur.de>
---- dec265/Makefile.am
-+++ dec265/Makefile.am
-@@ -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_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)
---- Makefile.am
-+++ Makefile.am
-@@ -8,13 +8,6 @@
- SUBDIRS+=dec265
- endif
-
--if ENABLE_ENCODER
--SUBDIRS+=enc265
--endif
--
--SUBDIRS+=tools
--SUBDIRS+=acceleration-speed
--
- if ENABLE_SHERLOCK265
- SUBDIRS+=sherlock265
- endif