blob: 08dfac32409983396dca7a8d54fec7a7e11fd654 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From 3d3ec391038c6ee73897a7fab753b11b589de1ed Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 2 Nov 2016 12:39:20 -0700
4Subject: [PATCH 06/10] Disable DVD support
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 Makefile.in | 4 +---
9 1 file changed, 1 insertion(+), 3 deletions(-)
10
11diff --git a/Makefile.in b/Makefile.in
12index 0d70e9b..050c7ca 100644
13--- a/Makefile.in
14+++ b/Makefile.in
15@@ -10,8 +10,7 @@ EC_DIRS= \
16 tools/EventClients
17
18 DVDPCODECS_DIRS= \
19- lib \
20- lib/libdvd
21+ lib
22
23 VideoPlayer_ARCHIVES=xbmc/cores/VideoPlayer/VideoPlayer.a \
24 xbmc/cores/VideoPlayer/DVDCodecs/DVDCodecs.a \
25@@ -347,7 +346,6 @@ libaddon: exports
26 $(MAKE) -C lib/addons/library.xbmc.pvr
27 $(MAKE) -C lib/addons/library.kodi.inputstream
28 dvdpcodecs: dllloader
29- $(MAKE) -C lib/libdvd
30
31 dvdpextcodecs:
32
33--
342.10.2
35