File libde265-disable_tools.patch of Package libde265

17
 
1
Index: libde265-1.0.15+18/Makefile.am
2
===================================================================
3
--- libde265-1.0.15+18.orig/Makefile.am
4
+++ libde265-1.0.15+18/Makefile.am
5
@@ -10,9 +10,8 @@ endif
6
 
7
 if ENABLE_ENCODER
8
 SUBDIRS+=enc265
9
-endif
10
-
11
 SUBDIRS+=tools
12
+endif
13
 
14
 # Remove acceleration-speed test program, because it needs many internal functions (that have to be dllexported).
15
 # On the other hand, that tool was only used for development.
16
17