summaryrefslogtreecommitdiffstats
path: root/xbmc-9.11-remlibass.patch
blob: 18fefef9cc633741878b423ac09a2ca1228dc990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- xbmc-9.11/configure.in.orig	2010-01-02 18:20:48.334073413 +0100
+++ xbmc-9.11/configure.in	2010-01-02 18:50:21.184073054 +0100
@@ -962,7 +962,6 @@
              xbmc/cores/paplayer/WavPackCodec/Makefile \
              xbmc/cores/paplayer/YMCodec/StSoundLibrary/Makefile \
              guilib/common/Makefile \
-             xbmc/lib/libass/xbmc/Makefile \
              xbmc/lib/libXBMS/Makefile \
              xbmc/lib/libRTV/Makefile \
              xbmc/lib/libexif/Makefile \
--- xbmc-9.11/Makefile.in.orig	2010-01-02 17:25:20.723105079 +0100
+++ xbmc-9.11/Makefile.in	2010-01-02 17:25:53.640198700 +0100
@@ -58,9 +58,6 @@
 DVDPCODECS_DIRS= \
 	xbmc/cores/dvdplayer/Codecs \
         xbmc/cores/dvdplayer/Codecs/libdvd
-ifneq (@USE_EXTERNAL_LIBASS@,1)
-  DVDPCODECS_DIRS+=xbmc/lib/libass/xbmc
-endif
 
 PAPCODECS_DIRS= \
 	xbmc/cores/paplayer/AC3Codec \
@@ -268,9 +265,6 @@
 dvdpcodecs: dllloader
 	$(MAKE) -C xbmc/cores/dvdplayer/Codecs
 	$(MAKE) -C xbmc/cores/dvdplayer/Codecs/libdvd
-ifneq (@USE_EXTERNAL_LIBASS@,1)
-	$(MAKE) -C xbmc/lib/libass/xbmc
-endif
 eventclients:
 ifeq ($(findstring osx,$(ARCH)), osx)
 	$(MAKE) -C tools/EventClients/Clients/OSXRemote