Skip to content

Commit

Permalink
[depends] libbluray 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed Jul 1, 2016
1 parent 5c49da7 commit a7e1e8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
5 changes: 1 addition & 4 deletions tools/depends/target/libbluray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile

# lib name, version
LIBNAME=libbluray
VERSION=0.8.1
VERSION=0.9.3
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.bz2

Expand All @@ -24,9 +24,6 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
# libbluray has borked Makefile.am with respect to CFLAGS, remove the offending line
sed -i -e "s|CFLAGS=|#CFLAGS=|" $(PLATFORM)/Makefile.am
ifeq ($(OS),android)
cd $(PLATFORM); patch -p1 < ../android.patch
endif
cd $(PLATFORM); ./bootstrap
cd $(PLATFORM); $(CONFIGURE)

Expand Down
23 changes: 0 additions & 23 deletions tools/depends/target/libbluray/android.patch

This file was deleted.

0 comments on commit a7e1e8c

Please sign in to comment.