From 604bd4d74b75d7637dd03300934a4426144b9751 Mon Sep 17 00:00:00 2001 From: "Chris \"koying\" Browet" Date: Sat, 10 Oct 2015 10:33:06 +0200 Subject: Get rid of libstagefright --- Makefile.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile.in') 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) -- cgit v1.2.3