diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-08-01 08:40:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 08:40:22 +0200 |
commit | fdb0ef82ab7129cd3d1dae6e0a92ab72f63fa571 (patch) | |
tree | a00fc9d3b328e0241c84c52ea982b7ade25a4dbe /tools | |
parent | 0c26b25d0bee59c74d62e7614391857f7e6c6134 (diff) | |
parent | c47c107ab6343f1c4da77bb16e8906d163969bd8 (diff) |
Merge pull request #9567 from mrdominuzq/xbmc-rpllibass
[Depends] libass get rid of rpl
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libass/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/depends/target/libass/Makefile b/tools/depends/target/libass/Makefile index 5fba256894..c83cc282d7 100644 --- a/tools/depends/target/libass/Makefile +++ b/tools/depends/target/libass/Makefile @@ -23,6 +23,7 @@ $(TARBALLS_LOCATION)/$(ARCHIVE): $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) + cd $(PLATFORM); $(AUTORECONF) -vif cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) @@ -30,12 +31,6 @@ $(LIBDYLIB): $(PLATFORM) .installed-$(PLATFORM): $(LIBDYLIB) $(MAKE) -C $(PLATFORM) install -ifeq ($(OS),android) - rm -f $(PREFIX)/lib/libass.la $(PREFIX)/lib/libass.so $(PREFIX)/lib/libass.so.5 - mv -f $(PREFIX)/lib/libass.so.5.1.0 $(PREFIX)/lib/libass.so - $(RPL) -e "libass.so.5" "libass.so\x00\x00" $(PREFIX)/lib/libass.so - -$(READELF) --dynamic $(PREFIX)/lib/libass.so | grep ibrary -endif touch $@ clean: |