diff options
author | Chris "koying" Browet <cbro@semperpax.com> | 2015-10-10 10:33:06 +0200 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2015-12-06 20:33:53 +0100 |
commit | 604bd4d74b75d7637dd03300934a4426144b9751 (patch) | |
tree | 515d6ce011d3bbe064f575998abff1b65cb5966c /Makefile.in | |
parent | feb45e4b0abe64907c85b086c132dfcee9dcd64f (diff) |
Get rid of libstagefright
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
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) |