aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChris "koying" Browet <cbro@semperpax.com>2015-10-10 10:33:06 +0200
committerRainer Hochecker <fernetmenta@online.de>2015-12-06 20:33:53 +0100
commit604bd4d74b75d7637dd03300934a4426144b9751 (patch)
tree515d6ce011d3bbe064f575998abff1b65cb5966c /Makefile.in
parentfeb45e4b0abe64907c85b086c132dfcee9dcd64f (diff)
Get rid of libstagefright
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 8e3d38a03f..8293701bd1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -13,10 +13,6 @@ DVDPCODECS_DIRS= \
lib \
lib/libdvd
-ifeq (@USE_LIBSTAGEFRIGHT@,1)
-DVDPCODECS_DIRS += xbmc/cores/VideoPlayer/DVDCodecs/Video/libstagefrightICS
-endif
-
VideoPlayer_ARCHIVES=xbmc/cores/VideoPlayer/VideoPlayer.a \
xbmc/cores/VideoPlayer/DVDCodecs/DVDCodecs.a \
xbmc/cores/VideoPlayer/DVDCodecs/Audio/Audio.a \
@@ -341,12 +337,7 @@ libaddon: exports
dvdpcodecs: dllloader
$(MAKE) -C lib/libdvd
-ifeq (@USE_LIBSTAGEFRIGHT@,1)
-dvdpextcodecs: lib@APP_NAME_LC@.so
- $(MAKE) -C xbmc/cores/VideoPlayer/DVDCodecs/Video/libstagefrightICS
-else
dvdpextcodecs:
-endif
eventclients:
ifeq ($(findstring osx,@ARCH@), osx)