Skip to content

Commit

Permalink
libbluray: Bump to Nevcairie's patches
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Apr 3, 2020
1 parent 5798ca3 commit a5d45f2
Show file tree
Hide file tree
Showing 3 changed files with 2,291 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/depends/target/libbluray/Makefile
Expand Up @@ -24,6 +24,8 @@ $(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
cd $(PLATFORM); patch -p1 < ../libbluray-01-bump_to_Nevcairiel_vL20170904.patch
cd $(PLATFORM); patch -p1 < ../libbluray-02-install-extra-MVC-headers.patch
cd $(PLATFORM); ./bootstrap
cd $(PLATFORM); $(CONFIGURE)
ifeq ($(TARGET_PLATFORM),appletvos)
Expand Down

0 comments on commit a5d45f2

Please sign in to comment.