aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Rasmussen <patrickrasmussen1988@gmail.com>2016-04-06 13:43:35 +0200
committerPatrick Rasmussen <patrickrasmussen1988@gmail.com>2016-04-06 13:43:35 +0200
commitc47c107ab6343f1c4da77bb16e8906d163969bd8 (patch)
treedacf2c4ee8fc32c6bd8a7fde9c5f93f63e83642f
parent88769172ee04bff031fbcc471b22f0ec9228f4f2 (diff)
get rid of rpl
-rw-r--r--tools/depends/target/libass/Makefile7
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: